[U-Boot] [PATCH 5/5] common: Discard the __u_boot_cmd section

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Wed Oct 3 16:56:20 CEST 2012


Hi Marek,

2012/9/30 Marek Vasut <marex at 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 <marex at denx.de>
> Cc: Joe Hershberger <joe.hershberger at gmail.com>
> Cc: Mike Frysinger <vapier at 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


More information about the U-Boot mailing list