diff options
Diffstat (limited to 'configs/ls1012aqds_qspi_defconfig')
-rw-r--r-- | configs/ls1012aqds_qspi_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/ls1012aqds_qspi_defconfig b/configs/ls1012aqds_qspi_defconfig index 0a696ed2dd8..06934ebcf25 100644 --- a/configs/ls1012aqds_qspi_defconfig +++ b/configs/ls1012aqds_qspi_defconfig @@ -1,11 +1,10 @@ CONFIG_ARM=y CONFIG_TARGET_LS1012AQDS=y +CONFIG_FSL_LS_PPA=y CONFIG_QSPI_AHB_INIT=y CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1012a-qds" # 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" |