[coreboot-gerrit] Patch set updated for coreboot: stash

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Sat Sep 5 18:08:39 CET 2015


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11515

-gerrit

commit b3468f79d27ff9eee5723f28200b87a757918f57
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Sat Sep 5 10:27:12 2015 -0500

    stash
    
    Change-Id: I17e5e8e4d8a541bb665b8b6d08ae43ed24e9d4fe
---
 src/vendorcode/google/chromeos/memlayout.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/vendorcode/google/chromeos/memlayout.h b/src/vendorcode/google/chromeos/memlayout.h
index 29434bd..e86246f 100644
--- a/src/vendorcode/google/chromeos/memlayout.h
+++ b/src/vendorcode/google/chromeos/memlayout.h
@@ -31,13 +31,13 @@
 
 #ifdef __VERSTAGE__
 	#define VERSTAGE(addr, sz) \
-		SET_COUNTER(VERSTAGE, addr) \
-		_ = ASSERT(_everstage - _verstage <= sz, \
+		SET_COUNTER(verstage, addr) \
+		_ = ASSERT(_eprogram - _program <= sz, \
 			STR(Verstage exceeded its allotted size! (sz))); \
 		INCLUDE "vendorcode/google/chromeos/vboot2/verstage.verstage.ld"
 #else
 	#define VERSTAGE(addr, sz) \
-		SET_COUNTER(VERSTAGE, addr) \
+		SET_COUNTER(verstage, addr) \
 		. += sz;
 #endif
 



More information about the coreboot-gerrit mailing list