diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-08 15:01:31 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:49 +0100 |
commit | 9040f4eeb9ccba084197261a72983a4bf5cdbd1e (patch) | |
tree | cbfd6d43817617fd0a6f19651e38907027289c8e /configs/microblaze-generic_defconfig | |
parent | 062f078c3b44703e2e593df16e0e6d1d9935ea1c (diff) | |
download | u-boot-imx-9040f4eeb9ccba084197261a72983a4bf5cdbd1e.zip u-boot-imx-9040f4eeb9ccba084197261a72983a4bf5cdbd1e.tar.gz u-boot-imx-9040f4eeb9ccba084197261a72983a4bf5cdbd1e.tar.bz2 |
microblaze: Enable PHYLIB via Kconfig
Cleanup board configuration.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/microblaze-generic_defconfig')
-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 0947c46..fe731d0 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -10,5 +10,6 @@ CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_SPL_OF_CONTROL=y CONFIG_OF_EMBED=y +CONFIG_PHYLIB=y CONFIG_SYS_NS16550=y CONFIG_XILINX_UARTLITE=y |