diff options
| author | Simon Glass <[email protected]> | 2023-01-28 15:00:28 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-06 13:04:53 -0500 |
| commit | 662cfa03cbe212a2b900ea9a69530d2f65ed1704 (patch) | |
| tree | b1aa9c97724177bceed556b99c76ae519a02264c /test/boot/bootstd_common.h | |
| parent | ece763de2f0d348a30655754f2be7100bc7057cc (diff) | |
arm: qemu: Move GUIDs to the C file
These are only used in one place, so move them there.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/boot/bootstd_common.h')
| -rw-r--r-- | test/boot/bootstd_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boot/bootstd_common.h b/test/boot/bootstd_common.h index 136a79b5178..4a126e43ff4 100644 --- a/test/boot/bootstd_common.h +++ b/test/boot/bootstd_common.h @@ -21,7 +21,7 @@ #define TEST_VERNUM 0x00010002 enum { - MAX_HUNTER = 8, + MAX_HUNTER = 9, MMC_HUNTER = 3, /* ID of MMC hunter */ }; |
