diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2021-08-02 03:46:19 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-10 18:00:37 -0400 |
commit | 11e2ab3f0bc8d339c66a4bab26216278c3c20553 (patch) | |
tree | f5c3eed9a5612cb687fc0059612a06c7ca4c13e8 /configs | |
parent | f4b64e9736e73ceec14d51600bed9a8ac48f9fe8 (diff) | |
download | u-boot-11e2ab3f0bc8d339c66a4bab26216278c3c20553.zip u-boot-11e2ab3f0bc8d339c66a4bab26216278c3c20553.tar.gz u-boot-11e2ab3f0bc8d339c66a4bab26216278c3c20553.tar.bz2 |
ARM: omap3: evm: Enable booting 'fitImage' with DEFAULT_FIT_TI_ARGS
This commit uses the existing DEFAULT_MMC_TI_ARGS and
DEFAULT_FIT_TI_ARGS defintions to replace the 'mmc*' environment
variables in the configuration. The check for the 'boot_fit' is handled
like the 'am335x_*' boards with 'CONFIG_BOOTCOMMAND'.
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/omap3_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig index 2571545..9d4db33 100644 --- a/configs/omap3_evm_defconfig +++ b/configs/omap3_evm_defconfig @@ -10,6 +10,7 @@ CONFIG_TARGET_OMAP3_EVM=y CONFIG_SPL_SYS_MALLOC_F_LEN=0x400 CONFIG_SPL=y CONFIG_DISTRO_DEFAULTS=y +CONFIG_BOOTCOMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run envboot; run distro_bootcmd" CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="omap3-evm.dtb" CONFIG_SYS_CONSOLE_INFO_QUIET=y |