diff options
Diffstat (limited to 'configs/peach-pi_defconfig')
-rw-r--r-- | configs/peach-pi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/peach-pi_defconfig b/configs/peach-pi_defconfig index 6efca9b08e..b0128a6285 100644 --- a/configs/peach-pi_defconfig +++ b/configs/peach-pi_defconfig @@ -5,8 +5,8 @@ CONFIG_SYS_TEXT_BASE=0x23E00000 CONFIG_ARCH_EXYNOS5=y CONFIG_TARGET_PEACH_PI=y CONFIG_ENV_SIZE=0x4000 -CONFIG_ENV_SECT_SIZE=0x4000 CONFIG_ENV_OFFSET=0x3FC000 +CONFIG_ENV_SECT_SIZE=0x4000 CONFIG_NR_DRAM_BANKS=7 CONFIG_SPL=y CONFIG_IDENT_STRING=" for Peach-Pi" |