[U-Boot] [PATCH] serial: zynq: Fix incorrect referce to s5p driver

Bin Meng bmeng.cn at gmail.com
Wed Dec 2 13:38:33 CET 2015


On Wed, Dec 2, 2015 at 7:52 PM, Michal Simek <michal.simek at xilinx.com> wrote:
> Remove this c&p error from s5p driver.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
>  drivers/serial/Kconfig       | 2 +-
>  drivers/serial/serial_zynq.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index e57c9ceb18ec..353fd2d25063 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -102,7 +102,7 @@ config DEBUG_UART_UARTLITE
>  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.
>
> diff --git a/drivers/serial/serial_zynq.c b/drivers/serial/serial_zynq.c
> index 88bebed23638..6807f0f812f5 100644
> --- a/drivers/serial/serial_zynq.c
> +++ b/drivers/serial/serial_zynq.c
> @@ -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,
> --

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list