summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-03 15:12:41 -0500
committerTom Rini <trini@konsulko.com>2021-02-03 15:25:55 -0500
commitc07f40ccc4dc824fed0d64c7bb5bcb180b285d25 (patch)
tree389dae2f09e3ab00e8e563df441dd7087fca1f06
parent5cc47f0a8dac6382683b5b61de7e04684bcb35bb (diff)
downloadu-boot-c07f40ccc4dc824fed0d64c7bb5bcb180b285d25.tar.gz
arm: aspeed: Disable ATAGs support
This platform never had to support an ATAGs-based Linux kernel, so remove the support for it. Cc: Ryan Chen <ryan_chen@aspeedtech.com> Cc: Chia-Wei Wang <chiawei_wang@aspeedtech.com> Cc: Aspeed BMC SW team <BMC-SW@aspeedtech.com> Signed-off-by: Tom Rini <trini@konsulko.com> --- I'm assuming, please correct me if I'm wrong.
-rw-r--r--include/configs/aspeed-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/aspeed-common.h b/include/configs/aspeed-common.h
index df0f5d2e76..8d666c6ed4 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