Dear Wolfgang Denk, In message <[email protected]> you wrote: > The RBC823 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:62:12: warning: array subscript is above array bounds > [-Warray-bounds] > flash.c:63:12: warning: array subscript is above array bounds > [-Warray-bounds] > flash.c:66:12: warning: array subscript is above array bounds > [-Warray-bounds] > > Signed-off-by: Wolfgang Denk <[email protected]> > --- > board/rbc823/flash.c | 12 +++--------- > 1 files changed, 3 insertions(+), 9 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] There's no future in time travel. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

