From 1a9581d0e5aca7e53ad4c7ab3076e855733fdbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 22 Oct 2012 11:27:20 +0000 Subject: [PATCH] Added comment about the entry point. --- bas.lk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bas.lk.in b/bas.lk.in index a65cee5..7c346d0 100644 --- a/bas.lk.in +++ b/bas.lk.in @@ -60,7 +60,7 @@ SECTIONS { .text ___BOOT_FLASH : { - objs/startcf.o(.text) + objs/startcf.o(.text) /* this one is the entry point so it must be the first */ objs/sysinit.o(.text) objs/init_fpga.o(.text) objs/cache.o(.text)