diff options
author | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2017-01-30 17:05:35 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-02-03 14:30:47 -0800 |
commit | 5b404be671890e0ae4f84fb14f62bb5865e67a65 (patch) | |
tree | 8fcb3fce7bfad8a3803db9ad8750c4f855915094 /configs/ls1012afrdm_qspi_defconfig | |
parent | 7d559604d03ea876038570df27d11c8dd5420d17 (diff) | |
download | u-boot-5b404be671890e0ae4f84fb14f62bb5865e67a65.tar.gz u-boot-5b404be671890e0ae4f84fb14f62bb5865e67a65.tar.bz2 u-boot-5b404be671890e0ae4f84fb14f62bb5865e67a65.zip |
armv8: ls1012a: Add support of PPA
The PPA implements PSCI which requires for power managment.
Added support of PPA for LS1012AQDS, LS1012ARDB and LS1012AFRDM.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: Abhimanyu Saini <abhimanyu.saini@nxp.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1012afrdm_qspi_defconfig')
-rw-r--r-- | configs/ls1012afrdm_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012afrdm_qspi_defconfig b/configs/ls1012afrdm_qspi_defconfig index 89326501cb..8b429623d0 100644 --- a/configs/ls1012afrdm_qspi_defconfig +++ b/configs/ls1012afrdm_qspi_defconfig @@ -6,6 +6,7 @@ CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1012a-frdm" # CONFIG_SYS_MALLOC_F is not set CONFIG_FIT=y CONFIG_FIT_VERBOSE=y +CONFIG_FSL_LS_PPA=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT" |