Index: vboot_firmware/stub/load_firmware_stub.c |
diff --git a/vboot_firmware/stub/load_firmware_stub.c b/vboot_firmware/stub/load_firmware_stub.c |
index 1570f70b806f42a1691544c001ea2a1957fbbd21..9453856a8a857eece4eb1abaf3ae7e9ce4da1762 100644 |
--- a/vboot_firmware/stub/load_firmware_stub.c |
+++ b/vboot_firmware/stub/load_firmware_stub.c |
@@ -8,10 +8,12 @@ |
*/ |
#include "load_firmware_fw.h" |
- |
-#include "firmware_image_fw.h" |
#include "utility.h" |
+#define BOOT_FIRMWARE_A_CONTINUE 1 |
+#define BOOT_FIRMWARE_B_CONTINUE 2 |
+#define BOOT_FIRMWARE_RECOVERY_CONTINUE 3 |
+ |
typedef struct CallerInternal { |
uint8_t *firmwareA; |
uint64_t firmwareA_size; |