[U-Boot] [PATCH 3/3] SMDK6400: Fix build error for smdk6400 nand_spl support
Albert ARIBAUD
albert.aribaud at free.fr
Sat Jan 8 07:14:55 CET 2011
Hi seedshope,
Le 07/01/2011 16:53, seedshope a écrit :
> From: seedshope<bocui107 at gmail.com>
>
> Modify u-boot.lds from nand_spl/board/samsung/smdk6400.
You're also modifying start.S. If you mention files in the patch
summary, then please mention them all.
> start.o: In function `clbss_l':
> nand_spl/board/samsung/smdk6400/start.S:357: undefined reference to `coloured_LED_init'
> nand_spl/board/samsung/smdk6400/start.S:358: undefined reference to `red_LED_on'
> start.o: In function `_rel_dyn_start_ofs':
> nand_spl/board/samsung/smdk6400/start.S:366: undefined reference to `__rel_dyn_start'
> start.o: In function `_rel_dyn_end_ofs':
> nand_spl/board/samsung/smdk6400/start.S:366: undefined reference to `__rel_dyn_end'
> start.o: In function `_dynsym_start_ofs':
> nand_spl/board/samsung/smdk6400/start.S:366: undefined reference to `__dynsym_start'
>
> Signed-off-by: seedshope<bocui107 at googlemail.com>
Please limit the commit message to a simple explanation of the issue
fixed, without pasting detailed build messages int it. Here for instance
you need only indicate that you're removing references to relocation
symbols and calls to LED functions.
Amicalement,
--
Albert.
More information about the U-Boot
mailing list