]> git.dujemihanovic.xyz Git - u-boot.git/commit
board_f: Move fdt_size to board
authorSimon Glass <sjg@chromium.org>
Wed, 21 Aug 2024 16:19:10 +0000 (10:19 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 20:05:38 +0000 (14:05 -0600)
commit5019d3282cb738604cdc33102809ed7a0ceaf08e
tree38dc64c46fd5b6580da096a9f81f3ce865d4f751
parent6abd992ada96cd7aa4757eeca44dae8942d7ba63
board_f: Move fdt_size to board

This value is only really used before relocation. There is not much use
to showing its value in bdinfo, so drop it. Move it to the new boardf
struct.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/bdinfo.c
common/board_f.c
include/asm-generic/global_data.h
include/board_f.h
test/cmd/bdinfo.c