From eaff4826ec214d53e7fecff0b451028e57ac33b1 Mon Sep 17 00:00:00 2001
From: James Tucker <raggi@google.com>
Date: Tue, 20 Nov 2018 14:14:50 -0800
Subject: [PATCH] [netboot] update bootloader BOOTLOADER_VERSION

The change in minfs format requires that the zedboot key contains a driver
new enough to read the paved filesystems.

Test: manual
Bug: ZX-3042 #done
Change-Id: Id9691fc8e97e741fda5e0364d9e51a3063d61ab0
---
 system/public/zircon/boot/netboot.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/public/zircon/boot/netboot.h b/system/public/zircon/boot/netboot.h
index 5cdf785101e..c078acb5a1e 100644
--- a/system/public/zircon/boot/netboot.h
+++ b/system/public/zircon/boot/netboot.h
@@ -9,7 +9,7 @@
 
 // clang-format off
 
-#define BOOTLOADER_VERSION "0.7.11"
+#define BOOTLOADER_VERSION "0.7.12"
 
 #define NB_MAGIC              0xAA774217
 #define NB_DEBUGLOG_MAGIC     0xAEAE1123
-- 
GitLab