diff options
author | Tom Rini <trini@konsulko.com> | 2024-10-08 09:18:32 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-08 09:28:10 -0600 |
commit | d892702080d45468b4b5c1cbd3358705d182d4ef (patch) | |
tree | d0cd35ebf65e9b095eaef6cd85887e08af2fa558 /configs/roc-cc-rk3308_defconfig | |
parent | 080bb8480a4e915b1ef52418a9b7a227c75a22ee (diff) | |
download | u-boot-d892702080d45468b4b5c1cbd3358705d182d4ef.zip u-boot-d892702080d45468b4b5c1cbd3358705d182d4ef.tar.gz u-boot-d892702080d45468b4b5c1cbd3358705d182d4ef.tar.bz2 |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/roc-cc-rk3308_defconfig')
-rw-r--r-- | configs/roc-cc-rk3308_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/roc-cc-rk3308_defconfig b/configs/roc-cc-rk3308_defconfig index b1b59d9..fb81d3b 100644 --- a/configs/roc-cc-rk3308_defconfig +++ b/configs/roc-cc-rk3308_defconfig @@ -7,9 +7,9 @@ CONFIG_DEFAULT_DEVICE_TREE="rockchip/rk3308-roc-cc" CONFIG_DM_RESET=y CONFIG_ROCKCHIP_RK3308=y CONFIG_TARGET_ROC_RK3308_CC=y +CONFIG_SYS_LOAD_ADDR=0xc00800 CONFIG_DEBUG_UART_BASE=0xFF0C0000 CONFIG_DEBUG_UART_CLOCK=24000000 -CONFIG_SYS_LOAD_ADDR=0xc00800 CONFIG_DEBUG_UART=y CONFIG_ANDROID_BOOT_IMAGE=y CONFIG_FIT=y |