diff options
Diffstat (limited to 'configs/s32v234evb_defconfig')
-rw-r--r-- | configs/s32v234evb_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/s32v234evb_defconfig b/configs/s32v234evb_defconfig index 52f6dd99a3..1fb25ee2ba 100644 --- a/configs/s32v234evb_defconfig +++ b/configs/s32v234evb_defconfig @@ -1,6 +1,8 @@ CONFIG_ARM=y CONFIG_TARGET_S32V234EVB=y CONFIG_SYS_TEXT_BASE=0x3E800000 +CONFIG_ENV_SIZE=0x2000 +CONFIG_ENV_OFFSET=0xC0000 CONFIG_NR_DRAM_BANKS=1 CONFIG_DISTRO_DEFAULTS=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/s32v234evb/s32v234evb.cfg" |