diff options
author | Nishanth Menon <nm@ti.com> | 2024-02-12 13:47:18 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-02-20 17:57:40 -0500 |
commit | 39ae370ccaef9d1893c4b1e17e05a4cd79dbff28 (patch) | |
tree | a3592372ae72be0843bf1c9624c4338bc3ed4067 /configs | |
parent | fa94f8eec367f89f1036249e7bdbaf7b0fc28e64 (diff) | |
download | u-boot-39ae370ccaef9d1893c4b1e17e05a4cd79dbff28.tar.gz u-boot-39ae370ccaef9d1893c4b1e17e05a4cd79dbff28.tar.bz2 u-boot-39ae370ccaef9d1893c4b1e17e05a4cd79dbff28.zip |
board: ti: am62ax: Set fdtfile from C code instead of findfdt script
Stop using the findfdt script and switch to setting the fdtfile from
C code.
While at this, replace findfdt in environment with a warning as it is
no longer needed
Reviewed-by: Jonathan Humphreys <j-humphreys@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am62ax_evm_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig index 38083586a3..e5fcd8cc5b 100644 --- a/configs/am62ax_evm_a53_defconfig +++ b/configs/am62ax_evm_a53_defconfig @@ -24,6 +24,7 @@ CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 CONFIG_BOOTSTD_FULL=y CONFIG_BOOTSTD_DEFAULTS=y CONFIG_BOOTCOMMAND="run envboot; bootflow scan -lb" +CONFIG_BOARD_LATE_INIT=y CONFIG_SPL_MAX_SIZE=0x58000 CONFIG_SPL_PAD_TO=0x0 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y |