commit | e41453c999f5182c57dfe1e566a71de55268c12a | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Mon Feb 12 13:47:23 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 20 17:57:41 2024 -0500 |
tree | d51f5c61ca3039a424274d9844ce0052b134a51f | |
parent | c6d065817c825f537ad0162d6c5503f6e251cf1a [diff] |
board: ti: j721s2: 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>