summaryrefslogtreecommitdiff
path: root/include/configs/vct.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-02-12 20:37:47 +0100
committerWolfgang Denk <wd@denx.de>2011-02-12 20:37:47 +0100
commitc65715de780945950d570e2b69f94e0b186f04b4 (patch)
tree7b0e2e835d581849ce3c71e73223b0e44c254f8b /include/configs/vct.h
parent8b1a714013eb120674f1cfed82a838ac9cf6658f (diff)
parent9d3f9118a9b4b54bbea48bac51c0dec7180edec0 (diff)
downloadu-boot-imx-c65715de780945950d570e2b69f94e0b186f04b4.zip
u-boot-imx-c65715de780945950d570e2b69f94e0b186f04b4.tar.gz
u-boot-imx-c65715de780945950d570e2b69f94e0b186f04b4.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-mips
Diffstat (limited to 'include/configs/vct.h')
-rw-r--r--include/configs/vct.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/vct.h b/include/configs/vct.h
index 4894969..325ac8c 100644
--- a/include/configs/vct.h
+++ b/include/configs/vct.h
@@ -109,17 +109,20 @@
/*
* Only Premium/Platinum have ethernet support right now
*/
-#if defined(CONFIG_VCT_PREMIUM) || defined(CONFIG_VCT_PLATINUM)
+#if (defined(CONFIG_VCT_PREMIUM) || defined(CONFIG_VCT_PLATINUM)) && \
+ !defined(CONFIG_VCT_SMALL_IMAGE)
#define CONFIG_CMD_PING
#define CONFIG_CMD_SNTP
#else
#undef CONFIG_CMD_NET
+#undef CONFIG_CMD_NFS
#endif
/*
* Only Premium/Platinum have USB-EHCI support right now
*/
-#if defined(CONFIG_VCT_PREMIUM) || defined(CONFIG_VCT_PLATINUM)
+#if (defined(CONFIG_VCT_PREMIUM) || defined(CONFIG_VCT_PLATINUM)) && \
+ !defined(CONFIG_VCT_SMALL_IMAGE)
#define CONFIG_CMD_USB
#define CONFIG_CMD_FAT
#endif