diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2017-01-16 17:31:50 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-01-18 09:44:56 -0800 |
commit | b595662ab991e833bc4ef5160b0fa5b377f67d08 (patch) | |
tree | e052ffb6373cfde19588f7141c5cdd781f4a231c /configs/ls1046ardb_qspi_defconfig | |
parent | 0541527bde7d2df155fc9691115d234fa7a3f603 (diff) | |
download | u-boot-imx-b595662ab991e833bc4ef5160b0fa5b377f67d08.zip u-boot-imx-b595662ab991e833bc4ef5160b0fa5b377f67d08.tar.gz u-boot-imx-b595662ab991e833bc4ef5160b0fa5b377f67d08.tar.bz2 |
fsl PPA: enable PPA for ls1043ardb and ls1046ardb
Enable PPA for ls1043ardb NOR boot and ls1046ardb QSPI boot.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1046ardb_qspi_defconfig')
-rw-r--r-- | configs/ls1046ardb_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046ardb_qspi_defconfig b/configs/ls1046ardb_qspi_defconfig index 2a72132..cc7dfa1 100644 --- a/configs/ls1046ardb_qspi_defconfig +++ b/configs/ls1046ardb_qspi_defconfig @@ -4,6 +4,7 @@ CONFIG_QSPI_AHB_INIT=y CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y +CONFIG_FSL_LS_PPA=y CONFIG_OF_BOARD_SETUP=y CONFIG_QSPI_BOOT=y CONFIG_BOOTDELAY=10 |