From ee930fffee469d076998274a2ca55e13dc1efb67 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:54 +0000 Subject: [PATCH] enable tun/tap/iptables --- 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