From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Fri, 21 Nov 2008 19:53:34 +0100 Subject: [U-Boot] PCI405 doesn't build anymore In-Reply-To: <200811211337.49895.sr@denx.de> References: <200811211337.49895.sr@denx.de> Message-ID: <200811211953.34911.matthias.fuchs@esd-electronics.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, you are right. U-Boot has grown a little bit and for PCI405 it blasted the 192k limit. I cannot just increase the U-Boot size for this board, so I removed some unneeded code and features. I need to do some more testing with the stripped down configuration. I will post a patch at the beginning of next week. Matthias > Hi Matthias, > > I just noticed that PCI405 doesn't build anymore in the current U-Boot > repository (main and ppc4xx): > > [stefan at kubuntu u-boot-ppc4xx (master)]$ ./MAKEALL PCI405 > Configuring for PCI405 board... > ppc_4xx-objcopy: u-boot.bin: Bad value > ppc_4xx-objcopy: u-boot.bin: Bad value > make: *** [u-boot.bin] Error 1 >