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>
This commit is contained in:
Kim Phillips 2009-05-19 12:53:32 -05:00 committed by Wolfgang Denk
parent c06326c73b
commit 9fd9abedcc

View File

@ -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
*/