]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4cdb79898b0228523ff7675ba0a33b1b6da04371
tree4ed0e5473fc8583924af609143cea7039b8810fd
parentc7ab0a1c2ba853ff648314b03b915b1f8052e937
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