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__*/ |