Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: include/configs/chromeos/tegra2/common.h

Issue 6658009: Changes to u-boot-next to match VBoot reference change (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Fixes from Vadim Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/cmd_cros_bootstub.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/configs/chromeos/tegra2/common.h
diff --git a/include/configs/chromeos/tegra2/common.h b/include/configs/chromeos/tegra2/common.h
index 3a9f95dab68510c477c12acaf4325ad83ba46d8b..83a151953303851fa72054bd37e8886f9c92bcef 100644
--- a/include/configs/chromeos/tegra2/common.h
+++ b/include/configs/chromeos/tegra2/common.h
@@ -136,7 +136,7 @@
/*-----------------------------------------------------------------------
* Statically Allocated Buffers for Verified Boot
*/
-#define CONFIG_KERNEL_SIGN_KEY_BLOB 0x10000000
-#define CONFIG_KERNEL_SIGN_KEY_SIZE LOAD_FIRMWARE_KEY_BLOB_REC_SIZE
+#define CONFIG_VB_SHARED_DATA_BLOB 0x10000000
+#define CONFIG_VB_SHARED_DATA_SIZE VB_SHARED_DATA_REC_SIZE
#endif /*__configs_chromeos_tegra2_common_h__*/
« no previous file with comments | « common/cmd_cros_bootstub.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698