diff options
Diffstat (limited to 'configs/xpedite537x_defconfig')
-rw-r--r-- | configs/xpedite537x_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/xpedite537x_defconfig b/configs/xpedite537x_defconfig index 72a2a424e2..5a5bc3019e 100644 --- a/configs/xpedite537x_defconfig +++ b/configs/xpedite537x_defconfig @@ -1,5 +1,7 @@ CONFIG_PPC=y CONFIG_SYS_TEXT_BASE=0xFFF80000 +CONFIG_ENV_SIZE=0x8000 +CONFIG_ENV_SECT_SIZE=0x20000 CONFIG_MPC85xx=y # CONFIG_CMD_ERRATA is not set CONFIG_TARGET_XPEDITE537X=y @@ -28,6 +30,7 @@ CONFIG_MP=y # CONFIG_CMD_HASH is not set CONFIG_CMD_JFFS2=y # CONFIG_CMD_IRQ is not set +CONFIG_ENV_ADDR=0xFFF40000 CONFIG_SYS_FSL_DDR2=y CONFIG_CMD_PCA953X=y CONFIG_DS4510=y |