]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
serial: zynq: Fix incorrect reference to s5p driver
authorMichal Simek <michal.simek@xilinx.com>
Tue, 1 Dec 2015 13:29:34 +0000 (14:29 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 7 Dec 2015 09:14:29 +0000 (10:14 +0100)
Remove this c&p error from s5p driver.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/serial/Kconfig
drivers/serial/serial_zynq.c

index 82ad90d9e89325c0ce0ba0aec5701f4383d7054c..1fc287ee98ec83c4e8c952d65e40578faa0619b0 100644 (file)
@@ -95,7 +95,7 @@ config DEBUG_UART_S5P
 config DEBUG_UART_ZYNQ
        bool "Xilinx Zynq"
        help
-         Select this to enable a debug UART using the serial_s5p driver. You
+         Select this to enable a debug UART using the serial_zynq driver. You
          will need to provide parameters to make this work. The driver will
          be available until the real driver-model serial is running.
 
index 88bebed23638c665d8b496889975f7ee2336717a..6807f0f812f513db07fd981c1ae1a0f9131249b0 100644 (file)
@@ -180,7 +180,7 @@ static const struct udevice_id zynq_serial_ids[] = {
        { }
 };
 
-U_BOOT_DRIVER(serial_s5p) = {
+U_BOOT_DRIVER(serial_zynq) = {
        .name   = "serial_zynq",
        .id     = UCLASS_SERIAL,
        .of_match = zynq_serial_ids,