From 502547e8ba053e3ac1b21ea9cb7d9c429d5eb86c Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 11 Dec 2015 10:27:57 +0100 Subject: microblaze: Move eth configuration to Kconfig Cleanup board specific file. Signed-off-by: Michal Simek --- configs/microblaze-generic_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs') diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 047ed1765e..ebd88abdcc 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -8,6 +8,9 @@ CONFIG_SPL=y CONFIG_SYS_PROMPT="U-Boot-mONStR> " CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_TFTPPUT=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y CONFIG_SPL_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DM_ETH=y -- cgit v1.2.3