summaryrefslogtreecommitdiff
path: root/configs/ls1012aqds_qspi_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-20 15:07:44 +0300
committerTom Rini <trini@konsulko.com>2022-07-06 00:04:53 +0300
commita552ffc9d270769286d7a0697913689c31537bfa (patch)
treeed9900004d1c4f75ddc4c4e5294271c9622f05bf /configs/ls1012aqds_qspi_defconfig
parent5d7f601480fa9a5327be14d14a5d12e3dc595559 (diff)
downloadu-boot-a552ffc9d270769286d7a0697913689c31537bfa.tar.xz
Convert CONFIG_LAYERSCAPE_NS_ACCESS to Kconfig
This converts the following to Kconfig: CONFIG_LAYERSCAPE_NS_ACCESS Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1012aqds_qspi_defconfig')
-rw-r--r--configs/ls1012aqds_qspi_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ls1012aqds_qspi_defconfig b/configs/ls1012aqds_qspi_defconfig
index 1adf0fe070..fabe357e58 100644
--- a/configs/ls1012aqds_qspi_defconfig
+++ b/configs/ls1012aqds_qspi_defconfig
@@ -9,10 +9,11 @@ CONFIG_ENV_OFFSET=0x300000
CONFIG_ENV_SECT_SIZE=0x40000
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1012a-qds"
-CONFIG_FSL_QIXIS=y
CONFIG_FSL_LS_PPA=y
CONFIG_QSPI_AHB_INIT=y
CONFIG_AHCI=y
+CONFIG_LAYERSCAPE_NS_ACCESS=y
+CONFIG_FSL_QIXIS=y
CONFIG_SYS_MEMTEST_START=0x80000000
CONFIG_SYS_MEMTEST_END=0x9fffffff
CONFIG_DISTRO_DEFAULTS=y