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