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 /include/configs/zynq_microzed.h | |
parent | 325c8d569ea9358ee3952984ec55961efab6d602 (diff) | |
download | u-boot-42800ffa7997082e2466c772bc2395dff0c95e3a.tar.gz |
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 'include/configs/zynq_microzed.h')
-rw-r--r-- | include/configs/zynq_microzed.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zynq_microzed.h b/include/configs/zynq_microzed.h index 549a664ef5..b5ffafb561 100644 --- a/include/configs/zynq_microzed.h +++ b/include/configs/zynq_microzed.h @@ -12,7 +12,6 @@ #define CONFIG_SYS_SDRAM_SIZE (1024 * 1024 * 1024) -#define CONFIG_ZYNQ_SERIAL_UART1 #define CONFIG_ZYNQ_GEM0 #define CONFIG_ZYNQ_GEM_PHY_ADDR0 0 |