diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2009-05-19 12:53:32 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-05-20 22:36:26 +0200 |
commit | 9fd9abedcc3c10cf89353265cbe05f58609d51f3 (patch) | |
tree | 2d38c34ccd25f832d77be55085d8f8fd996251fc | |
parent | c06326c73bf90e48a8e1cf8893ad31c575423f50 (diff) | |
download | u-boot-imx-9fd9abedcc3c10cf89353265cbe05f58609d51f3.zip u-boot-imx-9fd9abedcc3c10cf89353265cbe05f58609d51f3.tar.gz u-boot-imx-9fd9abedcc3c10cf89353265cbe05f58609d51f3.tar.bz2 |
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>
-rw-r--r-- | include/configs/TQM834x.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index b74b404..5ca8720 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 */ |