]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: am65x: Set fdtfile from C code instead of findfdt script
authorNishanth Menon <nm@ti.com>
Mon, 12 Feb 2024 19:47:21 +0000 (13:47 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 20 Feb 2024 22:57:40 +0000 (17:57 -0500)
commit6e20016924d0a7c9ec491d7e6b4f82dfb4f3bb62
tree41cc31bed4dcdff4cac69306e8bee687fa17a0b5
parentf2c1205f88acaec2fbe1684f11c8d1811ccc472a
board: ti: am65x: Set fdtfile from C code instead of findfdt script

We now can provide a map and have the standard fdtfile variable set from
code itself. This allows for bootstd to "just work".

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>
board/ti/am65x/am65x.env
board/ti/am65x/evm.c