board/etx094/flash.c: Fix flash initialization
authorWolfgang Denk <wd@denx.de>
Fri, 4 Nov 2011 15:55:39 +0000 (15:55 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Nov 2011 21:14:17 +0000 (22:14 +0100)
commit28c665d4d5706eeb63861b4417d992c38d15d081
tree15509fb224aec1aee27d7f62149196d8e1d2a4ca
parentd0bb8d485ef2c850330d7d158b6393ae413975ad
board/etx094/flash.c: Fix flash initialization

The ETX094 has only one NOR flash bank.  Remove all code trying to
deal with a second bank.  This also fixes a number of GCC 4.6 build
warnings:
flash.c: In function 'flash_init':
flash.c:68:13: warning: array subscript is above array bounds
[-Warray-bounds]
flash.c:70:13: warning: array subscript is above array bounds
[-Warray-bounds]
flash.c:72:13: warning: array subscript is above array bounds
[-Warray-bounds]
flash.c:128:13: warning: array subscript is above array bounds
[-Warray-bounds]
flash.c:129:13: warning: array subscript is above array bounds
[-Warray-bounds]
flash.c:133:12: warning: array subscript is above array bounds
[-Warray-bounds]

Signed-off-by: Wolfgang Denk <wd@denx.de>
board/etx094/flash.c