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/libretech-cc_v2_defconfig | |
parent | 080bb8480a4e915b1ef52418a9b7a227c75a22ee (diff) | |
download | u-boot-d892702080d45468b4b5c1cbd3358705d182d4ef.tar.gz |
configs: Resync with savedefconfigWIP/08Oct2024
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/libretech-cc_v2_defconfig')
-rw-r--r-- | configs/libretech-cc_v2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/libretech-cc_v2_defconfig b/configs/libretech-cc_v2_defconfig index 6859dfd517c..d27886f3ec1 100644 --- a/configs/libretech-cc_v2_defconfig +++ b/configs/libretech-cc_v2_defconfig @@ -12,10 +12,10 @@ CONFIG_DEFAULT_DEVICE_TREE="amlogic/meson-gxl-s905x-libretech-cc-v2" CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_RESET=y CONFIG_MESON_GXL=y +CONFIG_SYS_LOAD_ADDR=0x1000000 CONFIG_DEBUG_UART_BASE=0xc81004c0 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_IDENT_STRING=" libretech-cc-v2" -CONFIG_SYS_LOAD_ADDR=0x1000000 CONFIG_DEBUG_UART=y CONFIG_REMAKE_ELF=y CONFIG_FIT=y |