diff options
author | Andrew Shadura <andrew.shadura@collabora.co.uk> | 2016-05-24 15:56:20 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-06-07 18:13:07 +0200 |
commit | c26ffd9b3cc20143058bb8917a137f8a25249d9a (patch) | |
tree | 35bc5edff24650fc543c79efa87bb80e3e183f67 /include/configs/ge_bx50v3.h | |
parent | fc44902a0d447d561a6a30c8d3e3e1ecf535ff9d (diff) |
board: ge: bx50v3: make network support optional and disabled by default
The network support is only useful for development and shouldn't be enabled
in production, so it has to be disabled in U-boot by default.
Signed-off-by: Andrew Shadura <andrew.shadura@collabora.co.uk>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r-- | include/configs/ge_bx50v3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 602763f528..ccaa2b4e39 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -103,6 +103,7 @@ #endif /* Networking Configs */ +#ifdef CONFIG_NET #define CONFIG_FEC_MXC #define CONFIG_MII #define IMX_FEC_BASE ENET_BASE_ADDR @@ -111,6 +112,7 @@ #define CONFIG_FEC_MXC_PHYADDR 4 #define CONFIG_PHYLIB #define CONFIG_PHY_ATHEROS +#endif /* Serial Flash */ #ifdef CONFIG_CMD_SF |