]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix for compile of JSE target
authorStephen Williams <steve@icarus.com>
Tue, 15 May 2007 14:55:42 +0000 (07:55 -0700)
committerWolfgang Denk <wd@denx.de>
Tue, 15 May 2007 20:15:53 +0000 (22:15 +0200)
The attached patch fixes the compile of the JSE board in the
denx git as of 14 may 2007. It is an extremely simple patch,
it just adds the missing define of CFG_SYSTEMACE_WIDTH.

 Fix to compile JSE against 20070514 git of u-boot

include/configs/JSE.h

index ccd1f19903b40ed3871c9998dfb9ce97515c6055..7fa9ed2d42a1c23b4dc7f96455be87f30feaf2eb 100644 (file)
@@ -49,6 +49,7 @@
   /* Map the SystemACE chip (CS#1) here. (Must be a multiple of 1Meg) */
 #define CONFIG_SYSTEMACE 1
 #define CFG_SYSTEMACE_BASE 0xf0000000
+#define CFG_SYSTEMACE_WIDTH 8
 #define CONFIG_DOS_PARTITION 1
 
   /* Use the On-Chip-Memory (OCM) as a temporary stack for the startup code. */