diff options
author | Michal Simek <monstr@monstr.eu> | 2011-02-28 10:16:09 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-10-03 08:01:56 +0200 |
commit | 1252df065998d56cc57c387b64eb96f695b6ce63 (patch) | |
tree | 1bd5ac26f268a0556a06d95459bf3984eabe095f /include/configs/microblaze-generic.h | |
parent | 5562bcc241e12a00344b5a08855bab27a6167538 (diff) | |
download | u-boot-imx-1252df065998d56cc57c387b64eb96f695b6ce63.zip u-boot-imx-1252df065998d56cc57c387b64eb96f695b6ce63.tar.gz u-boot-imx-1252df065998d56cc57c387b64eb96f695b6ce63.tar.bz2 |
microblaze: Do not select NFS for platforms without ethernet
Undefined network functionality for systems without ethernet
and disable NFS support.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'include/configs/microblaze-generic.h')
-rw-r--r-- | include/configs/microblaze-generic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 090ab3b..8cdd72a 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -60,6 +60,7 @@ /*#define CONFIG_SYS_RESET_ADDRESS CONFIG_SYS_TEXT_BASE*/ /* ethernet */ +#undef CONFIG_SYS_ENET #ifdef XILINX_EMACLITE_BASEADDR # define CONFIG_XILINX_EMACLITE 1 # define CONFIG_SYS_ENET @@ -243,6 +244,7 @@ #ifndef CONFIG_SYS_ENET # undef CONFIG_CMD_NET # undef CONFIG_NET_MULTI +# undef CONFIG_CMD_NFS #else # define CONFIG_CMD_PING # define CONFIG_CMD_DHCP |