diff options
| author | Tom Rini <[email protected]> | 2022-03-11 09:11:56 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-18 08:43:25 -0400 |
| commit | 0da35fa8d67415c7d595f6a74952905decc2a911 (patch) | |
| tree | efa58e0cd4d8ab045cee721bd8391b816363e328 /configs/mx7ulp_evk_plugin_defconfig | |
| parent | eb8eb3174992a96241e1511a02c02b36c51ad292 (diff) | |
Convert CONFIG_ARMV7_SECURE_BASE et al to Kconfig
This converts the following to Kconfig:
CONFIG_ARMV7_SECURE_BASE
CONFIG_ARMV7_SECURE_MAX_SIZE
CONFIG_ARMV7_SECURE_RESERVE_SIZE
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/mx7ulp_evk_plugin_defconfig')
| -rw-r--r-- | configs/mx7ulp_evk_plugin_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig index 0f8e9e886ed..a152c6e93a8 100644 --- a/configs/mx7ulp_evk_plugin_defconfig +++ b/configs/mx7ulp_evk_plugin_defconfig @@ -10,6 +10,7 @@ CONFIG_ENV_OFFSET=0xC0000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="imx7ulp-evk" CONFIG_TARGET_MX7ULP_EVK=y +# CONFIG_HAS_ARMV7_SECURE_BASE is not set CONFIG_SYS_LOAD_ADDR=0x60800000 CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; fi; fi; fi" |
