From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georges Savoundararadj Date: Tue, 28 Oct 2014 19:58:02 +0100 Subject: [U-Boot] [PATCH v3 1/4] kconfig: arm: introduce symbol for ARM CPUs In-Reply-To: References: <1411847291-1790-1-git-send-email-savoundg@gmail.com> <1414362326-6290-1-git-send-email-savoundg@gmail.com> <1414362326-6290-2-git-send-email-savoundg@gmail.com> Message-ID: <544FE73A.4000207@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro, Le 28/10/2014 16:57, Masahiro YAMADA a ?crit : > Hi Georges, > > > I have another one I'd like you to fix. > > > [5] > Please fix Tegra too. > > > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -668,6 +668,8 @@ config TEGRA > bool "NVIDIA Tegra" > select SPL > select OF_CONTROL if !SPL_BUILD > + select CPU_ARM720T if SPL_BUILD > + select CPU_V7 if !SPL_BUILD > > config TARGET_VEXPRESS_AEMV8A > bool "Support vexpress_aemv8a" > diff --git a/arch/arm/cpu/armv7/tegra-common/Kconfig > b/arch/arm/cpu/armv7/tegra-common/Kconfig > index 3ea6d76..1446452 100644 > --- a/arch/arm/cpu/armv7/tegra-common/Kconfig > +++ b/arch/arm/cpu/armv7/tegra-common/Kconfig > @@ -20,10 +20,6 @@ endchoice > config USE_PRIVATE_LIBGCC > default y if SPL_BUILD > > -config SYS_CPU > - default "arm720t" if SPL_BUILD > - default "armv7" if !SPL_BUILD > - > > > > > > I more closely tested > commit 3664816ffda + your patch + fix [1] - [5]. > > I built all the ARM boards and compared MD5SUM to confirm the correctness. > > > With [1]-[5] fixed, your patch looks OK. > > I am looking forward to see your updated version. > > > Thanks for your comments. I am working on it. Regards, Georges