summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Williams <steve@icarus.com>2007-05-15 07:55:42 -0700
committerWolfgang Denk <wd@denx.de>2007-05-15 22:15:53 +0200
commit56fd7162985c412317bbf763a225fba23c64fd31 (patch)
treea5be2fffb577cdc33d7fd9527ca6d545edfcf7d8 /include
parent6844535a7175c8e0a792bcddf213fa76a934f1be (diff)
downloadblackbird-obmc-uboot-56fd7162985c412317bbf763a225fba23c64fd31.tar.gz
blackbird-obmc-uboot-56fd7162985c412317bbf763a225fba23c64fd31.zip
Fix for compile of JSE target
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
Diffstat (limited to 'include')
-rw-r--r--include/configs/JSE.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/JSE.h b/include/configs/JSE.h
index ccd1f19903..7fa9ed2d42 100644
--- a/include/configs/JSE.h
+++ b/include/configs/JSE.h
@@ -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. */
OpenPOWER on IntegriCloud