diff options
author | Simon Glass <sjg@chromium.org> | 2015-10-17 19:41:27 -0600 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-11-04 14:49:53 +0100 |
commit | 42800ffa7997082e2466c772bc2395dff0c95e3a (patch) | |
tree | edf8b5abef6ade3e08c48ba23d1ad202d77aff73 /arch/arm | |
parent | 325c8d569ea9358ee3952984ec55961efab6d602 (diff) | |
download | u-boot-imx-42800ffa7997082e2466c772bc2395dff0c95e3a.zip u-boot-imx-42800ffa7997082e2466c772bc2395dff0c95e3a.tar.gz u-boot-imx-42800ffa7997082e2466c772bc2395dff0c95e3a.tar.bz2 |
arm: zynq: Move serial driver to driver model
Update this driver to use driver model and change all users.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index fa51d62..0d756cb 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -547,6 +547,7 @@ config ARCH_ZYNQ select DM select SPL_DM select DM_SPI + select DM_SERIAL select DM_SPI_FLASH select SPL_SEPARATE_BSS |