diff options
author | Andrew Shadura | 2016-05-24 15:56:20 +0200 |
---|---|---|
committer | Stefano Babic | 2016-06-07 18:13:07 +0200 |
commit | c26ffd9b3cc20143058bb8917a137f8a25249d9a (patch) | |
tree | 35bc5edff24650fc543c79efa87bb80e3e183f67 /configs | |
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 'configs')
-rw-r--r-- | configs/ge_b450v3_defconfig | 4 | ||||
-rw-r--r-- | configs/ge_b650v3_defconfig | 4 | ||||
-rw-r--r-- | configs/ge_b850v3_defconfig | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/configs/ge_b450v3_defconfig b/configs/ge_b450v3_defconfig index 98bf52ed57b..a8628d2bd1c 100644 --- a/configs/ge_b450v3_defconfig +++ b/configs/ge_b450v3_defconfig @@ -9,9 +9,7 @@ CONFIG_CMD_MMC=y CONFIG_CMD_SF=y CONFIG_CMD_I2C=y CONFIG_CMD_GPIO=y -CONFIG_CMD_DHCP=y -CONFIG_CMD_MII=y -CONFIG_CMD_PING=y +CONFIG_CMD_NET=n CONFIG_CMD_CACHE=y CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y diff --git a/configs/ge_b650v3_defconfig b/configs/ge_b650v3_defconfig index b66c98b88bb..ce3952199ae 100644 --- a/configs/ge_b650v3_defconfig +++ b/configs/ge_b650v3_defconfig @@ -9,9 +9,7 @@ CONFIG_CMD_MMC=y CONFIG_CMD_SF=y CONFIG_CMD_I2C=y CONFIG_CMD_GPIO=y -CONFIG_CMD_DHCP=y -CONFIG_CMD_MII=y -CONFIG_CMD_PING=y +CONFIG_CMD_NET=n CONFIG_CMD_CACHE=y CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y diff --git a/configs/ge_b850v3_defconfig b/configs/ge_b850v3_defconfig index 1cd126a5f7b..d2f6f8605f0 100644 --- a/configs/ge_b850v3_defconfig +++ b/configs/ge_b850v3_defconfig @@ -9,9 +9,7 @@ CONFIG_CMD_MMC=y CONFIG_CMD_SF=y CONFIG_CMD_I2C=y CONFIG_CMD_GPIO=y -CONFIG_CMD_DHCP=y -CONFIG_CMD_MII=y -CONFIG_CMD_PING=y +CONFIG_CMD_NET=n CONFIG_CMD_CACHE=y CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y |