cmd: fdt: Use start/size for chosen instead of start/end
authorSean Anderson <sean.anderson@seco.com>
Tue, 22 Mar 2022 20:59:21 +0000 (16:59 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2022 19:03:13 +0000 (15:03 -0400)
commitdbf6f7c95240bd5fc7f5bbc2b36e275248279f53
tree4ed0e5473fc8583924af609143cea7039b8810fd
parentf676b45151c33986501e5f8f9bcc64f4a9511089
cmd: fdt: Use start/size for chosen instead of start/end

Most U-Boot command deal with start/size instead of start/end. Convert
the "fdt chosen" command to use these semantics as well. The only user
of this subcommand is vexpress, so convert the smhload command to use
this as well. We don't bother renaming the variable in vexpress64's
bootcommand, since it will be rewritten in the next commit.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
arch/arm/lib/semihosting.c
cmd/fdt.c