diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-11 10:27:57 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:53 +0100 |
commit | 502547e8ba053e3ac1b21ea9cb7d9c429d5eb86c (patch) | |
tree | 423d26e8125c2e2cf1727066f3edc1a4b3a7b5d4 /configs/microblaze-generic_defconfig | |
parent | 83b76d9ef718a31f6bff31d4abbcf886d80a45ce (diff) | |
download | u-boot-imx-502547e8ba053e3ac1b21ea9cb7d9c429d5eb86c.zip u-boot-imx-502547e8ba053e3ac1b21ea9cb7d9c429d5eb86c.tar.gz u-boot-imx-502547e8ba053e3ac1b21ea9cb7d9c429d5eb86c.tar.bz2 |
microblaze: Move eth configuration to Kconfig
Cleanup board specific file.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/microblaze-generic_defconfig')
-rw-r--r-- | configs/microblaze-generic_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 047ed17..ebd88ab 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 |