]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: pxe: Use internal FDT if retrieving from FDTDIR fails
authorAnton Leontiev <aleontiev@elvees.com>
Tue, 3 Sep 2019 07:52:24 +0000 (10:52 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 1 Dec 2020 15:33:37 +0000 (10:33 -0500)
commitdb3667413d99b8ec1b1e7e9b34c20a8883ec413d
tree8ea99df48dead14c53508e3ae454baddaa2767e6
parent0719bf42931033c3109ecc6357e8adb567cb637b
cmd: pxe: Use internal FDT if retrieving from FDTDIR fails

As FDTDIR label doesn't specify exact file to be loaded, it should
not fail if no file exists in the directory. In this case try to boot
with internal FDT if it exists.

Signed-off-by: Anton Leontiev <aleontiev@elvees.com>
cmd/pxe_utils.c