On Wed, Nov 2, 2016 at 10:27 PM, Tom Rini <tr...@konsulko.com> wrote: > On Tue, Nov 01, 2016 at 06:04:27PM +0800, macro.wav...@gmail.com wrote: > >> From: Hongbo Zhang <hongbo.zh...@nxp.com> >> >> NXP/Freescale uses macro CONFIG_ARMV8_PSCI to enable their private PSCI >> implementation in PPA firmware, but this macro naming too generic, so this >> patch replaces it with a specic one CONFIG_FSL_PPA_ARMV8_PSCI. >> And this macro CONFIG_ARMV8_PSCI will be used for a generic PSCI for ARMv8 >> which will be added in following patchs. >> >> Signed-off-by: Hongbo Zhang <hongbo.zh...@nxp.com> > [snip] >> diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h >> index 1d0a1ac..d2f8fc0 100644 >> --- a/include/configs/ls1043ardb.h >> +++ b/include/configs/ls1043ardb.h >> @@ -12,7 +12,7 @@ >> #if defined(CONFIG_FSL_LS_PPA) >> #define CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT >> #define SEC_FIRMWARE_ERET_ADDR_REVERT >> -#define CONFIG_ARMV8_PSCI >> +#define CONFIG_FSL_PPA_ARMV8_PSCI >> >> #define CONFIG_SYS_LS_PPA_FW_IN_XIP >> #ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP > > This will trip-up the whitelist check, please move the new symbol to > Kconfig and select it from LS1043ARDB + FSL_LS_PPA. Thanks! >
Payed much attention to the config options I introduced in the common framework, but neglected this legacy one. Yes will update this. > -- > Tom _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot