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

Unified Diff: include/configs/chromeos/tegra2/seaboard/recovery.h

Issue 5989010: Create Chrome OS recovery firmware procedure. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git
Patch Set: add kernel verification and more 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
« common/lcd.c ('K') | « include/configs/chromeos/recovery.h ('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/seaboard/recovery.h
diff --git a/include/configs/chromeos/tegra2/seaboard/recovery.h b/include/configs/chromeos/tegra2/seaboard/recovery.h
index 1f61c1075efdde30ef58ff0afad181a617174f0b..021f3b5b9cb9c23511ac4a5f8f2c9bb5a0e258f7 100644
--- a/include/configs/chromeos/tegra2/seaboard/recovery.h
+++ b/include/configs/chromeos/tegra2/seaboard/recovery.h
@@ -10,11 +10,7 @@
#include <configs/chromeos/tegra2/recovery.h>
#include <configs/chromeos/tegra2/seaboard/common.h>
-#define CONFIG_BOOTCOMMAND \
- "run usb0_boot ; " \
- "run usb1_boot ; " \
- "run mmc1_boot ; " \
- "run mmc0_boot"
robotboy 2011/03/08 21:07:26 Two things. Why only change Seaboard? And second
Tom Wai-Hong Tam 2011/03/09 10:15:05 Reverted it as before. The current recovery firmwa
+#define CONFIG_BOOTCOMMAND "cros_rec"
#include <configs/chromeos/tegra2/seaboard/parts/usb.h>
« common/lcd.c ('K') | « include/configs/chromeos/recovery.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698