summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM834x.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2009-05-19 12:53:32 -0500
committerWolfgang Denk <wd@denx.de>2009-05-20 22:36:26 +0200
commit9fd9abedcc3c10cf89353265cbe05f58609d51f3 (patch)
tree2d38c34ccd25f832d77be55085d8f8fd996251fc /include/configs/TQM834x.h
parentc06326c73bf90e48a8e1cf8893ad31c575423f50 (diff)
downloadblackbird-obmc-uboot-9fd9abedcc3c10cf89353265cbe05f58609d51f3.tar.gz
blackbird-obmc-uboot-9fd9abedcc3c10cf89353265cbe05f58609d51f3.zip
TQM834x: remove defines causing gcc4.4 warnings
Configuring for TQM834x board... cpu_init.c: In function 'cpu_init_f': cpu_init.c:262: warning: array subscript is above array bounds cpu_init.c:263: warning: array subscript is above array bounds cpu_init.c:270: warning: array subscript is above array bounds ... Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r--include/configs/TQM834x.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h
index b74b4046a5..5ca8720a32 100644
--- a/include/configs/TQM834x.h
+++ b/include/configs/TQM834x.h
@@ -140,26 +140,6 @@ extern int tqm834x_num_flash_banks;
#define CONFIG_SYS_LBLAWBAR3_PRELIM 0x00000000
#define CONFIG_SYS_LBLAWAR3_PRELIM 0x00000000
-#define CONFIG_SYS_BR4_PRELIM 0x00000000
-#define CONFIG_SYS_OR4_PRELIM 0x00000000
-#define CONFIG_SYS_LBLAWBAR4_PRELIM 0x00000000
-#define CONFIG_SYS_LBLAWAR4_PRELIM 0x00000000
-
-#define CONFIG_SYS_BR5_PRELIM 0x00000000
-#define CONFIG_SYS_OR5_PRELIM 0x00000000
-#define CONFIG_SYS_LBLAWBAR5_PRELIM 0x00000000
-#define CONFIG_SYS_LBLAWAR5_PRELIM 0x00000000
-
-#define CONFIG_SYS_BR6_PRELIM 0x00000000
-#define CONFIG_SYS_OR6_PRELIM 0x00000000
-#define CONFIG_SYS_LBLAWBAR6_PRELIM 0x00000000
-#define CONFIG_SYS_LBLAWAR6_PRELIM 0x00000000
-
-#define CONFIG_SYS_BR7_PRELIM 0x00000000
-#define CONFIG_SYS_OR7_PRELIM 0x00000000
-#define CONFIG_SYS_LBLAWBAR7_PRELIM 0x00000000
-#define CONFIG_SYS_LBLAWAR7_PRELIM 0x00000000
-
/*
* Monitor config
*/
OpenPOWER on IntegriCloud