bootstd: Add a hunter for the extension feature

This needs to run before any bootdev is used, so add a hunter for it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2023-01-17 10:48:13 -07:00
committed by Tom Rini
parent 35ce14617e
commit 18552d2a72
4 changed files with 63 additions and 24 deletions

View File

@@ -20,6 +20,11 @@
#define TEST_VERSION "U-Boot v2022.04-local2"
#define TEST_VERNUM 0x00010002
enum {
MAX_HUNTER = 8,
MMC_HUNTER = 3, /* ID of MMC hunter */
};
struct unit_test_state;
/**