diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-07-06 15:35:01 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 16:18:10 -0400 |
commit | 0465f12efb657176854db7a3ed3400df148d13bc (patch) | |
tree | 5ed568819fa2bace15089a128e21bd0b5f5b2622 /configs/j721e_evm_a72_defconfig | |
parent | 936d07d14dcace0a8e302559b96c18eb42833c2f (diff) | |
download | u-boot-0465f12efb657176854db7a3ed3400df148d13bc.tar.gz |
configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigsWIP/20202-07-28-Kconfig-migrations
Done with:
./tools/moveconfig.py -S SPL_LOAD_FIT_ADDRESS
./tools/moveconfig.py -S SPL_LOAD_FIT_ADDRESS -H
Signed-off-by: Peng Fan <peng.fan@nxp.com>
[trini: A few more migrations]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/j721e_evm_a72_defconfig')
-rw-r--r-- | configs/j721e_evm_a72_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig index cf8377697c..7e9f77fce7 100644 --- a/configs/j721e_evm_a72_defconfig +++ b/configs/j721e_evm_a72_defconfig @@ -27,6 +27,7 @@ CONFIG_DEFAULT_DEVICE_TREE="k3-j721e-common-proc-board" CONFIG_DISTRO_DEFAULTS=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL_LOAD_FIT=y +CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern" CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y |