]> git.sur5r.net Git - u-boot/commit
ppc4xx: Correctly pass phyiscal FLASH base address into dtb
authorStefan Roese <sr@denx.de>
Tue, 25 Mar 2008 16:51:13 +0000 (17:51 +0100)
committerStefan Roese <sr@denx.de>
Thu, 27 Mar 2008 08:54:41 +0000 (09:54 +0100)
commitd56a3ce179688cde61073a3690e21703d68fafd7
treef416f5f3e71660878b95194293e27b6c40d1b5e5
parent9ad31989de12ce5c67b07c4867ead47465655c4b
ppc4xx: Correctly pass phyiscal FLASH base address into dtb

The routine ft_board_setup() configures the EBC NOR mappings for the
Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
problem, we need to pass the corrected address here too.

Signed-off-by: Stefan Roese <sr@denx.de>
board/amcc/canyonlands/canyonlands.c