commit | d56a3ce179688cde61073a3690e21703d68fafd7 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Mar 25 17:51:13 2008 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Mar 27 09:54:41 2008 +0100 |
tree | f416f5f3e71660878b95194293e27b6c40d1b5e5 | |
parent | 9ad31989de12ce5c67b07c4867ead47465655c4b [diff] |
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>