]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bdinfo: Map fdt_blob and new_fdt to sysmem
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 22 Apr 2023 13:01:31 +0000 (15:01 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 3 May 2023 22:30:46 +0000 (18:30 -0400)
commit55922ed5fa03c3ce2ca6c1c504d86dcf2c80c5f7
treec1d712c4771d06a08ceb323a36bcd2a4fd39e4b3
parent5fd10846572cc76c6e6d0f9839ed54ff10537691
cmd: bdinfo: Map fdt_blob and new_fdt to sysmem

Map fdt_blob and new_fdt to sysmem, otherwise $fdtcontroladdr
and bdinfo output do not match and the bdinfo output address
is not a valid address accessible via sandbox memory accessors.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/bdinfo.c