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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot