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

Unified Diff: board/tegra2/generic/board.c

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 some unexpected lines of code and files 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
« no previous file with comments | « board/tegra2/generic/Makefile ('k') | board/tegra2/generic/nand/tegra2_nand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: board/tegra2/generic/board.c
diff --git a/board/tegra2/generic/board.c b/board/tegra2/generic/board.c
index 2e52ba5fec08e7696aad14902461d58dbc84a335..2e1d78b6f210fb356006d4429e74e8ac4a630370 100644
--- a/board/tegra2/generic/board.c
+++ b/board/tegra2/generic/board.c
@@ -172,10 +172,12 @@ void set_muxconf_regs(void)
/***************************************************************************
* Routines to be provided by corresponding device drivers.
***************************************************************************/
+#ifndef CONFIG_TEGRA2_NAND
int board_nand_init(struct nand_chip *nand)
{
return -1;
}
+#endif
/***************************************************************************
* Routines for UART initialization.
« no previous file with comments | « board/tegra2/generic/Makefile ('k') | board/tegra2/generic/nand/tegra2_nand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698