mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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:
parent
c06326c73b
commit
9fd9abedcc
1 changed files with 0 additions and 20 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue