[u-boot, v2019.04-aspeed-openbmc 1/1] fix compiling warnings for AST2600 A1 SPL
Jamin Lin
jamin_lin at aspeedtech.com
Thu Feb 24 19:11:21 AEDT 2022
remove duplicated define
Signed-off-by: Jamin Lin <jamin_lin at aspeedtech.com>
---
include/configs/evb_ast2600a1_spl.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/include/configs/evb_ast2600a1_spl.h b/include/configs/evb_ast2600a1_spl.h
index 655896b237..006cc4345b 100644
--- a/include/configs/evb_ast2600a1_spl.h
+++ b/include/configs/evb_ast2600a1_spl.h
@@ -42,13 +42,6 @@
#endif
#endif
-/* SPL */
-#define CONFIG_SPL_TEXT_BASE 0x00000000
-#define CONFIG_SPL_MAX_SIZE 0x0000E800
-#define CONFIG_SPL_STACK 0x10010000
-#define CONFIG_SPL_BSS_START_ADDR 0x90000000
-#define CONFIG_SPL_BSS_MAX_SIZE 0x00100000
-
#define CONFIG_SUPPORT_EMMC_BOOT
#endif /* __CONFIG_H */
--
2.17.1
More information about the openbmc
mailing list