From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Tue, 28 Oct 2008 13:11:40 +0100 Subject: [U-Boot] [PATCH 1/6] ppc4xx: Handle other board variant in PMC440 FPGA code In-Reply-To: <200810101730.05550.sr@denx.de> References: <12234828112213-git-send-email-matthias.fuchs@esd-electronics.com> <200810101730.05550.sr@denx.de> Message-ID: <200810281311.40434.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 Stefan, On Friday 10 October 2008 17:30, Stefan Roese wrote: > Matthias, > > On Wednesday 08 October 2008, matthias.fuchs at esd-electronics.com wrote: > > From: Matthias Fuchs > > I know you're on vacation now, but nevertheless here a short report. > After applying those 6 patches I get the following errors: > > Configuring for CPCI2DP board... > ../common/cmd_loadpci.c: In function 'do_loadpci': > ../common/cmd_loadpci.c:47: error: 'PCIX0_PTM1LA' undeclared (first use in this > function) > ../common/cmd_loadpci.c:47: error: (Each undeclared identifier is reported only once > ../common/cmd_loadpci.c:47: error: for each function it appears in.) > make[1]: *** [../common/cmd_loadpci.o] Error 1 Oops. > > Configuring for PMC405 board... > ../common/cmd_loadpci.c: In function 'do_loadpci': > ../common/cmd_loadpci.c:47: error: 'PCIX0_PTM1LA' undeclared (first use in this > function) > ../common/cmd_loadpci.c:47: error: (Each undeclared identifier is reported only once > ../common/cmd_loadpci.c:47: error: for each function it appears in.) > make[1]: *** [../common/cmd_loadpci.o] Error 1 Oops. Must be PTM1LA on 405 platforms. > > Configuring for PMC440 board... > api_storage.c: In function 'dev_stor_init': > api_storage.c:94: error: 'USB_MAX_STOR_DEV' undeclared (first use in this function) > api_storage.c:94: error: (Each undeclared identifier is reported only once > api_storage.c:94: error: for each function it appears in.) > make[1]: *** [api_storage.o] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [api/libapi.a] Error 2 I posted a patch to fix the CONFIG_API support. This patch has been applied by Wolfgang so it should work now. > > > > Sorry, but with this status I can't add those patches to my 4xx/master > branch. Please fix those problem and resubmit. I will resend my patch series rebased to top of git in a couple of minutes. Matthias