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

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

Issue 6623073: Chromium: arm: tegra: Add NAND support (Closed) Base URL: http://git.chromium.org/git/u-boot-next.git@chromeos-v2010.09
Patch Set: Moving CONFIG_NAND_XXX and CONFIG_TEGRA2_NAND_XXX settings 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/seaboard/common.h
diff --git a/include/configs/chromeos/tegra2/seaboard/common.h b/include/configs/chromeos/tegra2/seaboard/common.h
index b349d4103dd97aa56382ae9ca734d867e0b30116..13ab7b4594ad81310f5619c9178ee416726f2266 100644
--- a/include/configs/chromeos/tegra2/seaboard/common.h
+++ b/include/configs/chromeos/tegra2/seaboard/common.h
@@ -17,6 +17,8 @@
#define CONFIG_TEGRA2_KEYBOARD 1
#define CONFIG_KEYBOARD 1
+#define CONFIG_TEGRA2_NAND_HYNIX_HY27UF4G2B 1
+
#define CONFIG_CONSOLE_MUX 1
#define CONFIG_SYS_CONSOLE_IS_IN_ENV 1
@@ -36,7 +38,7 @@
#include <configs/chromeos/tegra2/seaboard/parts/spi.h>
#include <configs/chromeos/tegra2/seaboard/parts/uart.h>
#include <configs/chromeos/tegra2/seaboard/parts/tpm.h>
+#include <configs/chromeos/tegra2/seaboard/parts/nand.h>
#define CONFIG_CHROMEOS_HWID "ARM SEABOARD TEST 1176"
-
#endif /*__configs_chromeos_tegra2_seaboard_common_h__*/

Powered by Google App Engine
This is Rietveld 408576698