commit | fa3dcf02d903d5dce822f507c0656a4e83df26b4 | [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 | 40b8c0dfd1a919bc722fc0f838565559aebdb6fb [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>