diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-23 11:47:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-09-23 11:47:37 -0400 |
commit | 665c35a764f9bcd2a42454f5c8fb7963352af8c1 (patch) | |
tree | 0beae3a58a83030331e8af25205ed7333e1a0df7 /configs/firefly-rk3288_defconfig | |
parent | 780a17e814503f71d1b51d578b32bc9c89933183 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/firefly-rk3288_defconfig')
-rw-r--r-- | configs/firefly-rk3288_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig index 7ca522b479c..29935d869ca 100644 --- a/configs/firefly-rk3288_defconfig +++ b/configs/firefly-rk3288_defconfig @@ -9,13 +9,13 @@ CONFIG_SPL_STACK_R_ADDR=0x80000 CONFIG_DEBUG_UART_BASE=0xff690000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_DEBUG_UART=y +CONFIG_SPL_TEXT_BASE=0xff704000 # CONFIG_ANDROID_BOOT_IMAGE is not set CONFIG_USE_PREBOOT=y CONFIG_SILENT_CONSOLE=y CONFIG_DEFAULT_FDT_FILE="rk3288-firefly.dtb" # CONFIG_DISPLAY_CPUINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y -CONFIG_SPL_TEXT_BASE=0xff704000 CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x2000 CONFIG_CMD_GPIO=y |