Hi Marek,

2012/9/30 Marek Vasut <ma...@denx.de>:
> The command declaration now uses the new LG-array method to generate
> list of commands. Thus the __u_boot_cmd section is now superseded and
> redundant and therefore can be removed. Also, remove externed symbols
> associated with this section from include/command.h .
>
> Signed-off-by: Marek Vasut <ma...@denx.de>
> Cc: Joe Hershberger <joe.hershber...@gmail.com>
> Cc: Mike Frysinger <vap...@gentoo.org>
> ---

>  arch/microblaze/cpu/u-boot.lds                   |   11 -----------
>  board/dbau1x00/u-boot.lds                        |    9 ---------
>  board/incaip/u-boot.lds                          |    9 ---------
>  board/micronas/vct/u-boot.lds                    |    9 ---------
>  board/pb1x00/u-boot.lds                          |    9 ---------
>  board/qemu-mips/u-boot.lds                       |    9 ---------

Please recheck the lds files above. This patch removes code that
you previously added:

-       . = ALIGN(4);
-       .u_boot_list : {
-       INCLUDE u-boot.lst;
-       }

This breaks almost all MIPS boards and probably Microblaze.

-- 
Best regards,
Daniel
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to