]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup
authorStefan Roese <sr@denx.de>
Mon, 27 Jul 2009 07:13:38 +0000 (09:13 +0200)
committerStefan Roese <sr@denx.de>
Tue, 28 Jul 2009 05:26:07 +0000 (07:26 +0200)
commit042d01c72e0ea95731708dd24bb8b6cf42e75c80
tree651dee9bd7f35917c2b2f4f1bab5ade676e30a21
parent11a1604f8d0a8d936b42f6435d004b4aa33a5d87
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>
board/amcc/canyonlands/canyonlands.c