[PATCH 11/13] arm: s32v234: Disable ATAGs support

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


These platforms never had to support an ATAGs-based Linux Kernel, so
remove the options.

Cc: Eddy Petrișor <eddy.petrisor at gmail.com>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
I'm assuming, please correct me if I'm wrong.
---
 include/configs/s32v234evb.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h
index 275d92eff783..b6fba3191584 100644
--- a/include/configs/s32v234evb.h
+++ b/include/configs/s32v234evb.h
@@ -34,9 +34,6 @@
 
 #define CONFIG_SKIP_LOWLEVEL_INIT
 
-/* Enable passing of ATAGs */
-#define CONFIG_CMDLINE_TAG
-
 /* SMP Spin Table Definitions */
 #define CPU_RELEASE_ADDR                (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
 
-- 
2.17.1



More information about the U-Boot mailing list