forked from OERV-BSP/u-boot
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>
This commit is contained in:
@@ -185,7 +185,6 @@ static int bdinfo_test_all(struct unit_test_state *uts)
|
||||
ut_assert(map_to_sysmem(gd->fdt_blob) == env_get_hex("fdtcontroladdr", 0x1234));
|
||||
ut_assertok(test_num_l(uts, "fdt_blob",
|
||||
(ulong)map_to_sysmem(gd->fdt_blob)));
|
||||
ut_assertok(test_num_l(uts, "fdt_size", (ulong)gd->fdt_size));
|
||||
|
||||
if (IS_ENABLED(CONFIG_VIDEO))
|
||||
ut_assertok(test_video_info(uts));
|
||||
|
||||
Reference in New Issue
Block a user