diff options
author | Wolfgang Denk <wd@denx.de> | 2009-10-24 22:25:11 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-24 22:25:11 +0200 |
commit | 09cc0487b8cccc9013649052c62be244158be2ad (patch) | |
tree | 9232060ebf7ec2aff40f007cbf099e9a58a8a96a /include/configs/amcc-common.h | |
parent | a89805f324a060b66a59ec911dbbdba400003deb (diff) | |
parent | 4ee63268152594bb7af6bec2b59d53bba68082bf (diff) | |
download | u-boot-imx-09cc0487b8cccc9013649052c62be244158be2ad.zip u-boot-imx-09cc0487b8cccc9013649052c62be244158be2ad.tar.gz u-boot-imx-09cc0487b8cccc9013649052c62be244158be2ad.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/configs/amcc-common.h')
-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 |