commit | 7749ac99a628b2f9d4a08ee6258c5b471964aad8 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Jul 27 09:13:38 2009 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Jul 28 07:26:07 2009 +0200 |
tree | 651dee9bd7f35917c2b2f4f1bab5ade676e30a21 | |
parent | 9b89d30e34f564633009d00e4ae87e261513d3e5 [diff] |
ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup This patch fixes the problem, that the current fdt board fixup code only set's one range, the one for NOR. By this it's overwriting the already correctly configured values done in __ft_board_setup(). Just remove this now unneeded NOR fixup and all the ranges are correctly defined. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Dirk Eibach <eibach@gdsys.de> Cc: Felix Radensky <felix@embedded-sol.com>