From 890e1df1bec891d9203724541e81f8fbe5183388 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 01:57:06 +0000 Subject: [PATCH] default settings GPIO PA4 PA6 PA3 PB5 --- u-boot/include/configs/rk3588_common.h | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/u-boot/include/configs/rk3588_common.h b/u-boot/include/configs/rk3588_common.h index 5bb057a..1399468 100644 --- a/u-boot/include/configs/rk3588_common.h +++ b/u-boot/include/configs/rk3588_common.h @@ -15,14 +15,18 @@ #define CONFIG_SPL_BSS_START_ADDR 0x03fe0000 #define CONFIG_SPL_BSS_MAX_SIZE 0x00010000 #define CONFIG_SPL_STACK 0x03fe0000 +#ifdef CONFIG_SPL_LOAD_FIT_ADDRESS +#undef CONFIG_SPL_LOAD_FIT_ADDRESS +#endif +#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x10000000 #define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_SYS_TEXT_BASE 0x00200000 -#define CONFIG_SYS_INIT_SP_ADDR 0x00400000 -#define CONFIG_SYS_LOAD_ADDR 0x00400800 +#define CONFIG_SYS_INIT_SP_ADDR 0x00600000 +#define CONFIG_SYS_LOAD_ADDR 0x00600800 #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */ #define COUNTER_FREQUENCY 24000000 -- Gitblit v1.6.2