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/ls1021aiot_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/ls1021aiot_qspi_defconfig')
-rw-r--r-- | configs/ls1021aiot_qspi_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ls1021aiot_qspi_defconfig b/configs/ls1021aiot_qspi_defconfig index 8b588f7d704..d8dd4c7ef19 100644 --- a/configs/ls1021aiot_qspi_defconfig +++ b/configs/ls1021aiot_qspi_defconfig @@ -12,9 +12,10 @@ CONFIG_SYS_I2C_MXC_I2C2=y CONFIG_SYS_I2C_MXC_I2C3=y CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="ls1021a-iot-duart" -# CONFIG_DEEP_SLEEP is not set CONFIG_SYS_LOAD_ADDR=0x82000000 CONFIG_AHCI=y +# CONFIG_DEEP_SLEEP is not set +CONFIG_LAYERSCAPE_NS_ACCESS=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_QSPI_BOOT=y |