[U-Boot] [PATCH v3 1/4] kconfig: arm: introduce symbol for ARM CPUs

Masahiro YAMADA yamada.m at jp.panasonic.com
Tue Oct 28 16:57:29 CET 2014


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.



-- 
Best Regards
Masahiro Yamada


More information about the U-Boot mailing list