Chromium Code Reviews| Index: board/tegra2/common/board.c |
| diff --git a/board/tegra2/common/board.c b/board/tegra2/common/board.c |
| index 2e52ba5fec08e7696aad14902461d58dbc84a335..a3458570d8eca21b439bac2138892d9a627e5bb1 100644 |
| --- a/board/tegra2/common/board.c |
| +++ b/board/tegra2/common/board.c |
| @@ -172,10 +172,12 @@ void set_muxconf_regs(void) |
| /*************************************************************************** |
| * Routines to be provided by corresponding device drivers. |
| ***************************************************************************/ |
| +#ifndef CONFIG_NAND_TEGRA2 |
|
Tom Warren
2011/03/08 20:43:08
This should be CONFIG_TEGRA2_NAND, just like _SPI,
|
| int board_nand_init(struct nand_chip *nand) |
| { |
| return -1; |
| } |
| +#endif |
| /*************************************************************************** |
| * Routines for UART initialization. |