[PATCH 07/13] arm: aspeed: Disable ATAGs support

Tom Rini trini at konsulko.com
Thu Feb 4 03:24:09 CET 2021


This platform never had to support an ATAGs-based Linux kernel, so
remove the support for it.

Cc: Ryan Chen <ryan_chen at aspeedtech.com>
Cc: Chia-Wei Wang <chiawei_wang at aspeedtech.com>
Cc: Aspeed BMC SW team <BMC-SW at aspeedtech.com>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
I'm assuming, please correct me if I'm wrong.
---
 include/configs/aspeed-common.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/configs/aspeed-common.h b/include/configs/aspeed-common.h
index df0f5d2e76f7..8d666c6ed415 100644
--- a/include/configs/aspeed-common.h
+++ b/include/configs/aspeed-common.h
@@ -12,11 +12,6 @@
 
 #include <asm/arch/platform.h>
 
-/* Misc CPU related */
-#define CONFIG_CMDLINE_TAG
-#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_INITRD_TAG
-
 #define CONFIG_SYS_SDRAM_BASE		ASPEED_DRAM_BASE
 
 #ifdef CONFIG_PRE_CON_BUF_SZ
-- 
2.17.1



More information about the U-Boot mailing list