On 10/06/2016 08:33 AM, Antoine Tenart wrote:
Select the newly introduced ARM_GIC option to the relevant configuration
which also have a psci implementation.

diff --git a/arch/arm/mach-tegra/tegra124/Kconfig 
b/arch/arm/mach-tegra/tegra124/Kconfig

 config TARGET_JETSON_TK1
        bool "NVIDIA Tegra124 Jetson TK1 board"
+       select ARM_GIC
        select CPU_V7_HAS_NONSEC
        select CPU_V7_HAS_VIRT
        select ARCH_SUPPORT_PSCI

 config TARGET_CEI_TK1_SOM
        bool "Colorado Engineering Inc Tegra124 TK1-som board"
+       select ARM_GIC
        select CPU_V7_HAS_NONSEC if !SPL_BUILD
        select CPU_V7_HAS_VIRT if !SPL_BUILD
        help

This isn't correct; all Tegra variants have an ARM GIC; it's not board-specific. Shouldn't CONFIG_TEGRA or CONFIG_TEGRA_COMMON select ARM_GIC?
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to