diff options
author | Stefan Roese <sr@denx.de> | 2009-10-16 10:01:09 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-10-23 15:56:32 +0200 |
commit | 92b8964bed0d1b779d9e26be4e16755b5c635415 (patch) | |
tree | 8dd6de3afc8a93d9103f0c9026c4edd6609f6d53 /include/configs | |
parent | 30d45c0d3ea2231f9131276ea113595959a0720e (diff) | |
download | u-boot-imx-92b8964bed0d1b779d9e26be4e16755b5c635415.zip u-boot-imx-92b8964bed0d1b779d9e26be4e16755b5c635415.tar.gz u-boot-imx-92b8964bed0d1b779d9e26be4e16755b5c635415.tar.bz2 |
ppc4xx: Update flash size in reg property of the NOR flash node
Till now only the ranges in the ebc node are updated with the values
currently configured in the PPC4xx EBC controller. With this patch now
the NOR flash size is updated in the device tree blob as well. This is
done by scanning the compatible nodes "cfi-flash" and "jedec-flash"
for the correct chip select number.
This size fixup is enabled for all AMCC eval board right now. Other
4xx boards may want to enable it as well, if this problem with multiple
NOR FLASH sizes exists.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/amcc-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/amcc-common.h b/include/configs/amcc-common.h index 51128a3..8cd97b8 100644 --- a/include/configs/amcc-common.h +++ b/include/configs/amcc-common.h @@ -156,6 +156,8 @@ */ #define CONFIG_OF_LIBFDT #define CONFIG_OF_BOARD_SETUP +/* Update size in "reg" property of NOR FLASH device tree nodes */ +#define CONFIG_FDT_FIXUP_NOR_FLASH_SIZE /* * Booting and default environment |