From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Wed, 3 Oct 2012 16:56:20 +0200 Subject: [U-Boot] [PATCH 5/5] common: Discard the __u_boot_cmd section In-Reply-To: <1348964274-12489-6-git-send-email-marex@denx.de> References: <1348964274-12489-1-git-send-email-marex@denx.de> <1348964274-12489-6-git-send-email-marex@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, 2012/9/30 Marek Vasut : > 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 > Cc: Joe Hershberger > Cc: Mike Frysinger > --- > 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