summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-03-09 11:19:39 +0800
committerSimon Glass <sjg@chromium.org>2011-08-24 10:00:15 -0700
commitdb32b4432308bb325557773f931d5135acd694fc (patch)
treeaa9e52eb3606fd335bccf288cb7479c59290b72c /include
parent8f3d427bf41939b130a756e177758f705b26f342 (diff)
Add skeleton of normal firmware
BUG=chromium-os:1304 TEST=MAKEALL successfully Review URL: http://codereview.chromium.org/6628008 Change-Id: I71f6ab5afbc8e9c3a569f11c4f2184a1a15c56b1
Diffstat (limited to 'include')
-rw-r--r--include/config_cmd_all.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index 0582a1ebaa5..f4d289ef0de 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -26,6 +26,8 @@
#define CONFIG_CMD_CONSOLE /* coninfo */
#define CONFIG_CMD_CROS /* Chrome OS verify boot (debug)*/
#define CONFIG_CMD_CROS_BOOTSTUB/* Chrome OS verify boot stub */
+#define CONFIG_CMD_CROS_NORMAL_FIRMWARE
+ /* Chrome OS verify boot normal firmware */
#define CONFIG_CMD_DATE /* support for RTC, date/time...*/
#define CONFIG_CMD_DHCP /* DHCP Support */
#define CONFIG_CMD_DIAG /* Diagnostics */