[U-Boot] [PATCH] microblaze: Call spi_init function

Stephan Linz linz at li-pro.net
Fri Aug 10 18:16:32 CEST 2012


Am Freitag, den 10.08.2012, 09:09 +0200 schrieb Michal Simek: 
> Initialization spi.
> 
> Signed-off-by: Michal Simek <monstr at monstr.eu>

Acked-by: Stephan Linz <linz at li-pro.net>

> ---
>  arch/microblaze/lib/board.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c
> index 674b573..ef4bac4 100644
> --- a/arch/microblaze/lib/board.c
> +++ b/arch/microblaze/lib/board.c
> @@ -32,6 +32,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>
> @@ -166,6 +167,10 @@ void board_init_f(ulong not_used)
>  	}
>  #endif
>  
> +#ifdef CONFIG_SPI
> +	spi_init();
> +#endif
> +
>  	/* relocate environment function pointers etc. */
>  	env_relocate ();
>  

-- 
Viele Grüße,
Stephan Linz
______________________________________________________________________________
MB-Ref: http://www.li-pro.de/xilinx_mb:mbref:start
OpenDCC: http://www.li-pro.net/opendcc.phtml
PC/M: http://www.li-pro.net/pcm.phtml
Sourceforge: http://sourceforge.net/users/slz
Gitorious: https://gitorious.org/~slz



More information about the U-Boot mailing list