From mboxrd@z Thu Jan 1 00:00:00 1970 From: ChiaWei Wang Date: Tue, 9 Feb 2021 06:55:32 +0000 Subject: [PATCH 07/13] arm: aspeed: Disable ATAGs support In-Reply-To: <20210204022415.20589-7-trini@konsulko.com> References: <20210204022415.20589-1-trini@konsulko.com> <20210204022415.20589-7-trini@konsulko.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, I have tested this patch with Aspeed SDK as well as the U-Boot mainline codebase on AST2500/AST2600 EVBs. Both AST2500/AST2600 can boot to kernel normally. Thanks. Chiawei Tested-by: Chia-Wei Wang > -----Original Message----- > From: Tom Rini > Sent: Thursday, February 4, 2021 10:24 AM > To: u-boot at lists.denx.de > Cc: Ryan Chen ; ChiaWei Wang > ; BMC-SW > Subject: [PATCH 07/13] 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 > Cc: Chia-Wei Wang > Cc: Aspeed BMC SW team > Signed-off-by: Tom Rini > --- > 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 > > -/* 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