diff options
author | Wolfgang Denk | 2009-07-19 19:37:24 +0200 |
---|---|---|
committer | Wolfgang Denk | 2009-07-19 19:37:24 +0200 |
commit | 7640f41988a456a0b1f05263d2e2dc5cd7d93984 (patch) | |
tree | 3a229c26b6008f54282b1d0b3671890923940c8b /include/configs/NETVIA.h | |
parent | 1a4664b53aaf23687b52d64b94be06a9aa260b86 (diff) |
Fix boards broken after removal of legacy NAND and DoC support
Commit 2419169f removed support for legacy NAND and disk on chip but
missed to update the code for a few boards. This patch fixes the
resulting build issues.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/NETVIA.h')
-rw-r--r-- | include/configs/NETVIA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/NETVIA.h b/include/configs/NETVIA.h index b9cf621633f..a18b4801272 100644 --- a/include/configs/NETVIA.h +++ b/include/configs/NETVIA.h @@ -107,7 +107,7 @@ #define CONFIG_CMD_PING #if defined(CONFIG_NETVIA_VERSION) && CONFIG_NETVIA_VERSION >= 2 -#define CONFIG_CMD_NAND +/* #define CONFIG_CMD_NAND */ /* disabled */ #endif |