diff mbox series

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

Message ID 20210204022415.20589-11-trini@konsulko.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [01/13] arm: nanopi2: Remove unused code | expand

Commit Message

Tom Rini Feb. 4, 2021, 2:24 a.m. UTC
These platforms never had to support an ATAGs-based Linux Kernel, so
remove the options.

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

Patch

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)