From: Jagan Teki <jagannadh.teki@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] microblaze: Call spi_init function
Date: Fri, 09 Aug 2013 12:20:56 +0530 [thread overview]
Message-ID: <52049150.5060402@gmail.com> (raw)
In-Reply-To: <0ccf00d7-7573-4f23-8dd1-c1729d570ed0@TX2EHSMHS026.ehs.local>
On 08-08-2013 19:03, Jagannadha Sutradharudu Teki wrote:
> From: Michal Simek <monstr@monstr.eu>
>
> Initialization spi.
>
> Signed-off-by: Michal Simek <monstr@monstr.eu>
> Acked-by: Stephan Linz <linz@li-pro.net>
> Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
> ---
> Changes for v2:
> - rebase to current tree.
>
> arch/microblaze/lib/board.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c
> index 8267191..f7182f2 100644
> --- a/arch/microblaze/lib/board.c
> +++ b/arch/microblaze/lib/board.c
> @@ -16,6 +16,7 @@
> #include <stdio_dev.h>
> #include <serial.h>
> #include <net.h>
> +#include <spi.h>
> #include <linux/compiler.h>
> #include <asm/processor.h>
> #include <asm/microblaze_intc.h>
> @@ -147,6 +148,10 @@ void board_init_f(ulong not_used)
> }
> #endif
>
> +#ifdef CONFIG_SPI
> + spi_init();
> +#endif
> +
> /* relocate environment function pointers etc. */
> env_relocate();
>
>
Applied to u-boot-spi/master
--
Thanks,
Jagan.
prev parent reply other threads:[~2013-08-09 6:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-08 13:33 [U-Boot] [PATCH v2] microblaze: Call spi_init function Jagannadha Sutradharudu Teki
2013-08-09 6:50 ` Jagan Teki [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=52049150.5060402@gmail.com \
--to=jagannadh.teki@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox