env: point fdt address to the fdt in a bloblist
authorRaymond Mao <raymond.mao@linaro.org>
Mon, 31 Mar 2025 22:40:10 +0000 (15:40 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 28 Apr 2025 16:13:19 +0000 (10:13 -0600)
commitbd5dde0346c3e57634c98cc7a8150606d92d8d38
tree8a5552ef1942f9fd564771d71a4a976b078064ee
parent57a36716cfc0fdac0658bd9317e28e28d4d29f68
env: point fdt address to the fdt in a bloblist

Point fdt_addr to the fdt embedded in the bloblist since fdt_addr
is a default address for bootefi, bootm and booti to look for the
device tree when launching the kernel.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
env/common.c