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

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

Issue 6628009: Add a wrapper function of LoadKernel() (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Code review: set gbb to NULL on error 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
Index: include/configs/chromeos/tegra2/common.h
diff --git a/include/configs/chromeos/tegra2/common.h b/include/configs/chromeos/tegra2/common.h
index 83a151953303851fa72054bd37e8886f9c92bcef..130cb38bbb760baac53b58ba299ff67d9d760af2 100644
--- a/include/configs/chromeos/tegra2/common.h
+++ b/include/configs/chromeos/tegra2/common.h
@@ -139,4 +139,7 @@
#define CONFIG_VB_SHARED_DATA_BLOB 0x10000000
#define CONFIG_VB_SHARED_DATA_SIZE VB_SHARED_DATA_REC_SIZE
+/* A sufficiently large buffer size for holding kernel image */
+#define CONFIG_MAX_KERNEL_SIZE 0x01000000
+
#endif /*__configs_chromeos_tegra2_common_h__*/

Powered by Google App Engine
This is Rietveld 408576698