diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-10 17:15:52 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:52 +0100 |
commit | d538ee1b54b78295dbc3bd0d8c5d5fafa5c9e343 (patch) | |
tree | 0979e69102174fce64239fdd528377f7be9efbaa /configs | |
parent | 4d2749be62b4bf749766a030c74688031edcfbad (diff) | |
download | u-boot-imx-d538ee1b54b78295dbc3bd0d8c5d5fafa5c9e343.zip u-boot-imx-d538ee1b54b78295dbc3bd0d8c5d5fafa5c9e343.tar.gz u-boot-imx-d538ee1b54b78295dbc3bd0d8c5d5fafa5c9e343.tar.bz2 |
net: emaclite: Move driver to DM
Move driver to DM.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/microblaze-generic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index fe731d0..12edab8 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -10,6 +10,7 @@ CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_SPL_OF_CONTROL=y CONFIG_OF_EMBED=y +CONFIG_DM_ETH=y CONFIG_PHYLIB=y CONFIG_SYS_NS16550=y CONFIG_XILINX_UARTLITE=y |