diff options
| author | Tom Rini <[email protected]> | 2022-04-01 10:33:18 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-01 10:33:18 -0400 |
| commit | 0a3689cb86236d42522bf9eb0be942aa7761dfc1 (patch) | |
| tree | 68773d9d158334a4f5894ac9111328f2ee06ecad /configs/mx7ulp_evk_plugin_defconfig | |
| parent | eeec00072d7a0b5b91896d014618e558ce438738 (diff) | |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/mx7ulp_evk_plugin_defconfig')
| -rw-r--r-- | configs/mx7ulp_evk_plugin_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig index a152c6e93a8..2366f52c267 100644 --- a/configs/mx7ulp_evk_plugin_defconfig +++ b/configs/mx7ulp_evk_plugin_defconfig @@ -3,14 +3,14 @@ CONFIG_ARCH_MX7ULP=y CONFIG_SYS_TEXT_BASE=0x67800000 CONFIG_SYS_MALLOC_LEN=0x800000 CONFIG_NR_DRAM_BANKS=1 -CONFIG_SYS_MEMTEST_START=0x60000000 -CONFIG_SYS_MEMTEST_END=0x9e000000 CONFIG_ENV_SIZE=0x2000 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_MEMTEST_START=0x60000000 +CONFIG_SYS_MEMTEST_END=0x9e000000 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" |
