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 /configs | |
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 'configs')
-rw-r--r-- | configs/microblaze-generic_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index ed336e6..6b038b8 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -1,5 +1,6 @@ CONFIG_MICROBLAZE=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y +CONFIG_SPL_DM=y CONFIG_TARGET_MICROBLAZE_GENERIC=y CONFIG_SYS_TEXT_BASE=0x29000000 CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" @@ -7,4 +8,5 @@ CONFIG_SPL=y CONFIG_SYS_PROMPT="U-Boot-mONStR> " CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set +CONFIG_SPL_OF_CONTROL=y CONFIG_OF_EMBED=y |