diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-20 08:13:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-20 08:13:12 -0400 |
commit | 78533a1ce87786d2ba9be70e657b09cded1267e1 (patch) | |
tree | 6f79aee1ca21d7818c2ffda5b6065755a44930f6 /configs/evb-rk3128_defconfig | |
parent | 2f7821a9278e710b2e825018303c2942f920a77d (diff) | |
download | u-boot-78533a1ce87786d2ba9be70e657b09cded1267e1.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/evb-rk3128_defconfig')
-rw-r--r-- | configs/evb-rk3128_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/evb-rk3128_defconfig b/configs/evb-rk3128_defconfig index 06e48a5eee..e0fb3f62b4 100644 --- a/configs/evb-rk3128_defconfig +++ b/configs/evb-rk3128_defconfig @@ -7,9 +7,9 @@ CONFIG_NR_DRAM_BANKS=2 CONFIG_ENV_OFFSET=0x0 CONFIG_DEFAULT_DEVICE_TREE="rk3128-evb" CONFIG_ROCKCHIP_RK3128=y -# CONFIG_DEBUG_UART_BOARD_INIT is not set CONFIG_DEBUG_UART_BASE=0x20068000 CONFIG_DEBUG_UART_CLOCK=24000000 +# CONFIG_DEBUG_UART_BOARD_INIT is not set CONFIG_SYS_LOAD_ADDR=0x60800800 CONFIG_DEBUG_UART=y CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y |