All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: zynq: zynqmp: Line up checkboard message
Date: Mon, 25 Jan 2016 11:09:36 +0100	[thread overview]
Message-ID: <56A5F460.3030900@monstr.eu> (raw)
In-Reply-To: <096f06ddb676ed5f142ba796278f1dc8d0db6691.1453716512.git.michal.simek@xilinx.com>

On 25.1.2016 11:08, Michal Simek wrote:
> Use space instead of tab in checkboard print to aligned
> it with others boards.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  board/xilinx/zynq/board.c    | 2 +-
>  board/xilinx/zynqmp/zynqmp.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c
> index 414f5302a066..477385b442a1 100644
> --- a/board/xilinx/zynq/board.c
> +++ b/board/xilinx/zynq/board.c
> @@ -94,7 +94,7 @@ int board_late_init(void)
>  #ifdef CONFIG_DISPLAY_BOARDINFO
>  int checkboard(void)
>  {
> -	puts("Board:\tXilinx Zynq\n");
> +	puts("Board: Xilinx Zynq\n");
>  	return 0;
>  }
>  #endif
> diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
> index 1a837897194e..44d347ed3bf0 100644
> --- a/board/xilinx/zynqmp/zynqmp.c
> +++ b/board/xilinx/zynqmp/zynqmp.c
> @@ -117,7 +117,7 @@ int board_late_init(void)
>  
>  int checkboard(void)
>  {
> -	puts("Board:\tXilinx ZynqMP\n");
> +	puts("Board: Xilinx ZynqMP\n");
>  	return 0;
>  }
>  
> 

Just a note

Reported-by: David Glessner <david.glessner@rockwellcollins.com>

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160125/9e514dcd/attachment.sig>

  reply	other threads:[~2016-01-25 10:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25 10:08 [U-Boot] [PATCH] ARM: zynq: zynqmp: Line up checkboard message Michal Simek
2016-01-25 10:09 ` Michal Simek [this message]
2016-01-25 10:53   ` Moritz Fischer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56A5F460.3030900@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.