commit | 9a736015c198cc27d737eea8d1b0b57c44a700ff | [log] [tgz] |
---|---|---|
author | John Schmoller <jschmoller@xes-inc.com> | Wed Sep 29 14:05:44 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 20 21:58:16 2010 +0200 |
tree | 9a3c3c152238319c0a160b51bb901a17617d9d0e | |
parent | 765be5c9a2b806c1fc3a714956410ba1236efbfd [diff] |
ppc: Don't initialize write protected NOR flashes If a NOR flash is write protected it can not be initialized/detected so add the ability for boards to skip NOR initialization on bootup. A board can skip NOR initialization by implementing the board_flash_wp_on() function. Signed-off-by: John Schmoller <jschmoller@xes-inc.com> Signed-off-by: Peter Tyser <ptyser@xes-inc.com> CC: sr@denx.de Acked-by: Stefan Roese <sr@denx.de>