diff options
author | Tom Rini | 2024-01-03 09:26:16 -0500 |
---|---|---|
committer | Tom Rini | 2024-01-03 09:26:16 -0500 |
commit | 42fb448a203197c84d71a5d8f83012c87c5c9a8b (patch) | |
tree | 80e76802188c184a4b7216f0c594d508ad233658 /configs/phycore-rk3288_defconfig | |
parent | 93a0138acbe029fba1d1255cc0b9b8700b49bdff (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/phycore-rk3288_defconfig')
-rw-r--r-- | configs/phycore-rk3288_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/phycore-rk3288_defconfig b/configs/phycore-rk3288_defconfig index 0bd137ca085..ce770566a85 100644 --- a/configs/phycore-rk3288_defconfig +++ b/configs/phycore-rk3288_defconfig @@ -22,6 +22,7 @@ CONFIG_SYS_LOAD_ADDR=0x800800 CONFIG_DEBUG_UART=y CONFIG_LTO=y # CONFIG_ANDROID_BOOT_IMAGE is not set +CONFIG_SYS_BOOTM_LEN=0x4000000 CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="rk3288-phycore-rdk.dtb" CONFIG_SILENT_CONSOLE=y @@ -32,7 +33,6 @@ CONFIG_SPL_NO_BSS_LIMIT=y # CONFIG_SPL_SHARES_INIT_SP_ADDR is not set CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x2000 -CONFIG_SYS_BOOTM_LEN=0x4000000 CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y |