diff options
author | Tom Rini | 2022-06-20 08:07:44 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:04:53 -0400 |
commit | a552ffc9d270769286d7a0697913689c31537bfa (patch) | |
tree | ed9900004d1c4f75ddc4c4e5294271c9622f05bf /configs/ls1012a2g5rdb_qspi_defconfig | |
parent | 5d7f601480fa9a5327be14d14a5d12e3dc595559 (diff) |
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/ls1012a2g5rdb_qspi_defconfig')
-rw-r--r-- | configs/ls1012a2g5rdb_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012a2g5rdb_qspi_defconfig b/configs/ls1012a2g5rdb_qspi_defconfig index 0ab5c868af4..da72b39a494 100644 --- a/configs/ls1012a2g5rdb_qspi_defconfig +++ b/configs/ls1012a2g5rdb_qspi_defconfig @@ -12,6 +12,7 @@ CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1012a-2g5rdb" CONFIG_FSL_LS_PPA=y CONFIG_QSPI_AHB_INIT=y CONFIG_AHCI=y +CONFIG_LAYERSCAPE_NS_ACCESS=y CONFIG_SYS_MEMTEST_START=0x80000000 CONFIG_SYS_MEMTEST_END=0x9fffffff CONFIG_DISTRO_DEFAULTS=y |