diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-01 14:24:20 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:49 +0100 |
commit | 93768393d71871e4638d613acfdad6ef3cf62561 (patch) | |
tree | 78211785911d73866f47b316802aaae5bf89e88f /arch/microblaze | |
parent | 67659e2e94b6f8d3d1352a14c9262d79a1200252 (diff) | |
download | u-boot-imx-93768393d71871e4638d613acfdad6ef3cf62561.zip u-boot-imx-93768393d71871e4638d613acfdad6ef3cf62561.tar.gz u-boot-imx-93768393d71871e4638d613acfdad6ef3cf62561.tar.bz2 |
serial: uartlite: Move driver to DM
Enable SPL DM too.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 604f681..30ea484 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -13,6 +13,7 @@ config TARGET_MICROBLAZE_GENERIC select SUPPORT_SPL select OF_CONTROL select DM + select DM_SERIAL endchoice |