summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>2016-01-26 12:47:45 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2016-01-27 14:57:20 (GMT)
commitf36919a8138ed7ecd3dbce4630e02936b13907da (patch)
tree3be58680cacdb9902da1dc4c062b2662f953cc39 /configs
parent21909baf57085994eb35089626d68d1b5b9619f7 (diff)
downloadu-boot-f36919a8138ed7ecd3dbce4630e02936b13907da.tar.xz
ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver
If the xparameters file contains a LL_TEMAC definition compile its driver and the net commands. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/xilinx-ppc440-generic_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/xilinx-ppc440-generic_defconfig b/configs/xilinx-ppc440-generic_defconfig
index c66357e..3bf2c4f 100644
--- a/configs/xilinx-ppc440-generic_defconfig
+++ b/configs/xilinx-ppc440-generic_defconfig
@@ -11,3 +11,7 @@ CONFIG_OF_CONTROL=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_DEFAULT_DEVICE_TREE="xilinx-ppc440-generic"
+CONFIG_CMD_TFTPPUT=y
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_PING=y
+CONFIG_NETCONSOLE=y