From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerhard Jaeger Date: Tue, 10 May 2005 10:26:28 +0200 Subject: [U-Boot-Users] [PATCH]: Disable testburst for ppc-archs != mpc_8xx Message-ID: <200505101026.29166.g.jaeger@sysgo.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, the attached patch fixes the Makefile in examples to match the CVS comment: "Add test tool to exercise SDRAM accesses in burst mode (as standalone program, MPC8xx/PowerPC only)" It's now only selected for mpc8xx and not for all ppc. For i.e. ppc4xx the build is broken. Regards, Gerhard -- Gerhard Jaeger SYSGO AG Embedded and Real-Time Software www.sysgo.com | www.elinos.com | www.pikeos.com | www.osek.de -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-testburst.patch Type: text/x-diff Size: 586 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20050510/5ba6175a/attachment.patch -------------- next part -------------- Patch by Gerhard Jaeger, 2005-05-10 Fixed examples/Makefile, to build test_burst only for mpc_8xx.