hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
u-boot/include/configs/rk3588_common.h
....@@ -15,14 +15,18 @@
1515 #define CONFIG_SPL_BSS_START_ADDR 0x03fe0000
1616 #define CONFIG_SPL_BSS_MAX_SIZE 0x00010000
1717 #define CONFIG_SPL_STACK 0x03fe0000
18
+#ifdef CONFIG_SPL_LOAD_FIT_ADDRESS
19
+#undef CONFIG_SPL_LOAD_FIT_ADDRESS
20
+#endif
21
+#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x10000000
1822
1923 #define CONFIG_SYS_MALLOC_LEN (32 << 20)
2024 #define CONFIG_SYS_CBSIZE 1024
2125 #define CONFIG_SKIP_LOWLEVEL_INIT
2226 #define CONFIG_SYS_TEXT_BASE 0x00200000
2327
24
-#define CONFIG_SYS_INIT_SP_ADDR 0x00400000
25
-#define CONFIG_SYS_LOAD_ADDR 0x00400800
28
+#define CONFIG_SYS_INIT_SP_ADDR 0x00600000
29
+#define CONFIG_SYS_LOAD_ADDR 0x00600800
2630 #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */
2731 #define COUNTER_FREQUENCY 24000000
2832