]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Check building without global bootmeths
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:36 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:17:11 +0000 (08:17 -0400)
commit5065ec3e8b2a57c1ceb9b20a8b0ce4209f85fca1
treea48635e5ee5f96dc53464f826f10a93791d9d5d2
parent9faefdb60c56bfe98ff7b5da93b4c67d9e3ca998
bootstd: Check building without global bootmeths

Use the sandbox_flattree build to check that everything works correctly
with BOOTMETH_GLOBAL disabled.

Update the tests as needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/sandbox_flattree_defconfig
test/boot/bootflow.c
test/boot/bootmeth.c