aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/google/chromeos/memlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/google/chromeos/memlayout.h')
-rw-r--r--src/vendorcode/google/chromeos/memlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/google/chromeos/memlayout.h b/src/vendorcode/google/chromeos/memlayout.h
index a7ea32e00e..9a1009324a 100644
--- a/src/vendorcode/google/chromeos/memlayout.h
+++ b/src/vendorcode/google/chromeos/memlayout.h
@@ -26,7 +26,7 @@
* and algorithm -- what works for you might stop working after an update. Do
* NOT lower the asserted minimum without consulting vboot devs (rspangler)! */
#define VBOOT2_WORK(addr, size) \
- REGION(vboot2_work, addr, size, 8) \
+ REGION(vboot2_work, addr, size, 16) \
_ = ASSERT(size >= 12K, "vboot2 work buffer must be at least 12K!");
#ifdef __VERSTAGE__