From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 3 Feb 2021 21:24:13 -0500 Subject: [PATCH 11/13] arm: s32v234: Disable ATAGs support In-Reply-To: <20210204022415.20589-1-trini@konsulko.com> References: <20210204022415.20589-1-trini@konsulko.com> Message-ID: <20210204022415.20589-11-trini@konsulko.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de These platforms never had to support an ATAGs-based Linux Kernel, so remove the options. Cc: Eddy Petri?or Signed-off-by: Tom Rini --- 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