diff options
Diffstat (limited to 'configs/sei610_defconfig')
-rw-r--r-- | configs/sei610_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sei610_defconfig b/configs/sei610_defconfig index 83c5834b25..37934fb988 100644 --- a/configs/sei610_defconfig +++ b/configs/sei610_defconfig @@ -4,6 +4,8 @@ CONFIG_SYS_CONFIG_NAME="sei610" CONFIG_ARCH_MESON=y CONFIG_SYS_TEXT_BASE=0x01000000 CONFIG_MESON_G12A=y +CONFIG_ENV_SIZE=0x10000 +CONFIG_ENV_OFFSET=0xFFFF0000 CONFIG_NR_DRAM_BANKS=1 CONFIG_DEBUG_UART_BASE=0xff803000 CONFIG_DEBUG_UART_CLOCK=24000000 |