summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8260ADS.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-02 00:48:45 +0200
committerWolfgang Denk <wd@denx.de>2007-08-02 00:48:45 +0200
commitcdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197 (patch)
treed171af231adccfc25a395c6b656733f2f549774d /include/configs/MPC8260ADS.h
parent5dc210dec5bace98a50b6ba905347890091a9bb0 (diff)
downloadblackbird-obmc-uboot-cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197.tar.gz
blackbird-obmc-uboot-cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197.zip
Fix build errors and warnings / code cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/MPC8260ADS.h')
-rw-r--r--include/configs/MPC8260ADS.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h
index f3e5330c77..713518d0da 100644
--- a/include/configs/MPC8260ADS.h
+++ b/include/configs/MPC8260ADS.h
@@ -227,6 +227,7 @@
#undef CONFIG_CMD_HWFLOW
#undef CONFIG_CMD_IDE
#undef CONFIG_CMD_KGDB
+#undef CONFIG_CMD_MFSL
#undef CONFIG_CMD_MMC
#undef CONFIG_CMD_NAND
#undef CONFIG_CMD_PCMCIA
@@ -405,9 +406,9 @@
#define CFG_BCR 0x100C0000
#define CFG_SIUMCR 0x0A200000
#define CFG_SCCR SCCR_DFBRG01
-#define CFG_BR0_PRELIM CFG_FLASH_BASE | 0x00001801
+#define CFG_BR0_PRELIM (CFG_FLASH_BASE | 0x00001801)
#define CFG_OR0_PRELIM 0xFF800876
-#define CFG_BR1_PRELIM CFG_BCSR | 0x00001801
+#define CFG_BR1_PRELIM (CFG_BCSR | 0x00001801)
#define CFG_OR1_PRELIM 0xFFFF8010
/*We need to configure chip select to use CPLD PCI IC on MPC8272ADS*/
OpenPOWER on IntegriCloud