All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] board: Xilinx: zynqmp: Define checkboard() function
Date: Thu, 6 Aug 2015 10:41:37 +0200	[thread overview]
Message-ID: <55C31DC1.6010008@xilinx.com> (raw)
In-Reply-To: <1438673465-17641-1-git-send-email-sivadur@xilinx.com>

On 08/04/2015 09:31 AM, Siva Durga Prasad Paladugu wrote:
> Define checkboard() function for zynqMP
> 
> Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
> ---
>  board/xilinx/zynqmp/zynqmp.c |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
> index 0c9a814..70d9c2c 100644
> --- a/board/xilinx/zynqmp/zynqmp.c
> +++ b/board/xilinx/zynqmp/zynqmp.c
> @@ -130,3 +130,10 @@ int board_late_init(void)
>  
>  	return 0;
>  }
> +
> +int checkboard(void)
> +{
> +	puts("Board:\tXilinx ZynqMP\n");
> +	return 0;
> +}
> +
> 

Applied.

Thanks,
Michal

      reply	other threads:[~2015-08-06  8:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-04  7:31 [U-Boot] [PATCH] board: Xilinx: zynqmp: Define checkboard() function Siva Durga Prasad Paladugu
2015-08-06  8:41 ` Michal Simek [this message]

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=55C31DC1.6010008@xilinx.com \
    --to=michal.simek@xilinx.com \
    --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.