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

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

Issue 4001006: Implement boot device r/w functions for vboot (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot.git
Patch Set: Created 10 years, 2 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/common.h
diff --git a/include/configs/chromeos/common.h b/include/configs/chromeos/common.h
index 01bf58a77db8528555dfadbaf2f329e5b6dbd1a5..09aee2390865702402bfbe52aed6c6f37875e1b8 100644
--- a/include/configs/chromeos/common.h
+++ b/include/configs/chromeos/common.h
@@ -41,6 +41,16 @@
#define CONFIG_CHROMEOS
+/* friendly debug environment */
+#ifdef VBOOT_DEBUG
+#define CONFIG_CMD_CROS
+#define CONFIG_SYS_HUSH_PARSER
+#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
+#define CONFIG_CMD_MEMORY
+#define CONFIG_SYS_MEMTEST_START 0x0000
+#define CONFIG_SYS_MEMTEST_END 0x1000
+#endif
+
#define CONFIG_CMDLINE_TAG 1
#define CONFIG_ENV_IS_NOWHERE 1

Powered by Google App Engine
This is Rietveld 408576698