diff options
author | Tom Rini | 2023-05-29 10:43:26 -0400 |
---|---|---|
committer | Tom Rini | 2023-05-29 10:43:26 -0400 |
commit | c90e18932b4a1ea26db7726d3d0e1af97e2aad37 (patch) | |
tree | 0ed5db128cf90712cfbb0feaacf0e4aecb6760e0 /configs/miqi-rk3288_defconfig | |
parent | 6dcee70692601bd3296c86ac07d0317bf06d2b7b (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/miqi-rk3288_defconfig')
-rw-r--r-- | configs/miqi-rk3288_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/miqi-rk3288_defconfig b/configs/miqi-rk3288_defconfig index 7ee14753fa1..1f58902cb93 100644 --- a/configs/miqi-rk3288_defconfig +++ b/configs/miqi-rk3288_defconfig @@ -11,6 +11,7 @@ CONFIG_ENV_OFFSET=0x3F8000 CONFIG_DEFAULT_DEVICE_TREE="rk3288-miqi" CONFIG_SPL_TEXT_BASE=0xff704000 CONFIG_DM_RESET=y +CONFIG_SYS_MONITOR_LEN=614400 CONFIG_ROCKCHIP_RK3288=y CONFIG_SPL_ROCKCHIP_BACK_TO_BROM=y CONFIG_TARGET_MIQI_RK3288=y @@ -20,7 +21,6 @@ CONFIG_DEBUG_UART_BASE=0xff690000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_SYS_LOAD_ADDR=0x800800 CONFIG_DEBUG_UART=y -CONFIG_SYS_MONITOR_LEN=614400 # CONFIG_ANDROID_BOOT_IMAGE is not set CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="rk3288-miqi.dtb" |