Re: [U-Boot] [PATCH v7 01/17] ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions

2015-04-22 Thread Jan Kiszka
On 2015-04-22 16:03, Andre Przywara wrote: > On Tue, 21 Apr 2015 07:18:24 +0200 > Jan Kiszka wrote: > > Hi Jan, > >> CONFIG_ARMV7_VIRT depends on CONFIG_ARMV7_NONSEC, > > Is this Kconfig rule always enforced these days? Or can one get away > without it by using stuff from include/configs/*.h?

Re: [U-Boot] [PATCH v7 01/17] ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions

2015-04-22 Thread Andre Przywara
On Tue, 21 Apr 2015 07:18:24 +0200 Jan Kiszka wrote: Hi Jan, > CONFIG_ARMV7_VIRT depends on CONFIG_ARMV7_NONSEC, Is this Kconfig rule always enforced these days? Or can one get away without it by using stuff from include/configs/*.h? > thus doesn't need to > be taken into account additionally.

Re: [U-Boot] [PATCH v7 01/17] ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions

2015-04-21 Thread Huan Wang
Hi, Jan, > > CONFIG_ARMV7_VIRT depends on CONFIG_ARMV7_NONSEC, thus doesn't need to > be taken into account additionally. CONFIG_ARMV7_PSCI is only set on > boards that support CONFIG_ARMV7_NONSEC, and it only works on those. > > CC: Tang Yuantian > CC: York Sun > CC: Steve Rae > CC: Andre Pr

[U-Boot] [PATCH v7 01/17] ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions

2015-04-20 Thread Jan Kiszka
CONFIG_ARMV7_VIRT depends on CONFIG_ARMV7_NONSEC, thus doesn't need to be taken into account additionally. CONFIG_ARMV7_PSCI is only set on boards that support CONFIG_ARMV7_NONSEC, and it only works on those. CC: Tang Yuantian CC: York Sun CC: Steve Rae CC: Andre Przywara Signed-off-by: Jan Ki