diff options
author | Ian Ray <ian.ray@ge.com> | 2018-01-10 20:31:29 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-02-04 12:00:58 +0100 |
commit | 3414913c240decda4e46b272ee682d6360683ebe (patch) | |
tree | 2bf69f32347dcc7fef5e3dc759dafc2d065e7b5d /configs/ge_b450v3_defconfig | |
parent | 87da89e803610770390d81dc6d8b6edb909f16d6 (diff) | |
download | u-boot-3414913c240decda4e46b272ee682d6360683ebe.tar.gz |
configs: Add network device support for bx50v3 products
Modify b450v3, b650v3 and b850v3 defconfigs to enable the network devices
found in these products.
Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'configs/ge_b450v3_defconfig')
-rw-r--r-- | configs/ge_b450v3_defconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/ge_b450v3_defconfig b/configs/ge_b450v3_defconfig index 43a6c12708..f95c3cdc79 100644 --- a/configs/ge_b450v3_defconfig +++ b/configs/ge_b450v3_defconfig @@ -15,7 +15,6 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_SF=y -# CONFIG_CMD_NET is not set # CONFIG_CMD_NFS is not set CONFIG_CMD_CACHE=y CONFIG_CMD_EXT2=y @@ -28,3 +27,8 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set +CONFIG_NETDEVICES=y +CONFIG_CMD_NET=y +CONFIG_CMD_PCI=y +CONFIG_E1000=y +CONFIG_CMD_E1000=y |