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

Unified Diff: include/configs/chromeos/tegra2/parts/nand.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: Remove unnecessary lines after Rebase to cros/chromeos-v2010.09 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/parts/nand.h
diff --git a/include/configs/chromeos/tegra2/parts/nand.h b/include/configs/chromeos/tegra2/parts/nand.h
index 0b5c7df1c13a0646717cdfe5931eaa012a6aff53..15cd7b178cd567adec996e1596cef150e6734500 100644
--- a/include/configs/chromeos/tegra2/parts/nand.h
+++ b/include/configs/chromeos/tegra2/parts/nand.h
@@ -34,7 +34,7 @@
*/
#define CONFIG_CMD_NAND
-#define CONFIG_NAND_TEGRA2
+#define CONFIG_TEGRA2_NAND
#define CONFIG_SYS_NAND_ADDR NAND_BASE
#define CONFIG_SYS_NAND_BASE NAND_BASE
#define CONFIG_SYS_MAX_NAND_DEVICE 1

Powered by Google App Engine
This is Rietveld 408576698