From: Kim Phillips Date: Tue, 19 May 2009 17:53:32 +0000 (-0500) Subject: TQM834x: remove defines causing gcc4.4 warnings X-Git-Tag: baikal/mips/sdk5.9~19184 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=9fd9abedcc;p=uboot.git 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 --- 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 */