public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] am33xx changed BOOT_DEVICE_SPI to correct value
@ 2016-04-05  8:56 Vogt, Christof
  2016-04-06  4:58 ` Lokesh Vutla
  2016-04-12  2:30 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Vogt, Christof @ 2016-04-05  8:56 UTC (permalink / raw)
  To: u-boot

Changed BOOT_DEVICE Code for SPI on AM33xx. 
According AM335x reference manual page 4960 
(SPRUH73L-October 2011-Revised February 2015)

---
 arch/arm/include/asm/arch-am33xx/spl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/arch-am33xx/spl.h
b/arch/arm/include/asm/arch-am33xx/spl.h
index 4ed8597..43401d0 100644
--- a/arch/arm/include/asm/arch-am33xx/spl.h
+++ b/arch/arm/include/asm/arch-am33xx/spl.h
@@ -43,7 +43,7 @@
 #define BOOT_DEVICE_NAND_I2C	0x06
 #define BOOT_DEVICE_MMC1	0x08
 #define BOOT_DEVICE_MMC2	0x09
-#define BOOT_DEVICE_SPI		0x15
+#define BOOT_DEVICE_SPI		0x0B
 #define BOOT_DEVICE_UART	0x41
 #define BOOT_DEVICE_USBETH	0x44
 #define BOOT_DEVICE_CPGMAC	0x46
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] am33xx changed BOOT_DEVICE_SPI to correct value
  2016-04-05  8:56 [U-Boot] [PATCH] am33xx changed BOOT_DEVICE_SPI to correct value Vogt, Christof
@ 2016-04-06  4:58 ` Lokesh Vutla
  2016-04-12  2:30 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Lokesh Vutla @ 2016-04-06  4:58 UTC (permalink / raw)
  To: u-boot

+ Tom

On Tuesday 05 April 2016 02:26 PM, Vogt, Christof wrote:
> Changed BOOT_DEVICE Code for SPI on AM33xx. 
> According AM335x reference manual page 4960 
> (SPRUH73L-October 2011-Revised February 2015)

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

> 
> ---
>  arch/arm/include/asm/arch-am33xx/spl.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/include/asm/arch-am33xx/spl.h
> b/arch/arm/include/asm/arch-am33xx/spl.h
> index 4ed8597..43401d0 100644
> --- a/arch/arm/include/asm/arch-am33xx/spl.h
> +++ b/arch/arm/include/asm/arch-am33xx/spl.h
> @@ -43,7 +43,7 @@
>  #define BOOT_DEVICE_NAND_I2C	0x06
>  #define BOOT_DEVICE_MMC1	0x08
>  #define BOOT_DEVICE_MMC2	0x09
> -#define BOOT_DEVICE_SPI		0x15
> +#define BOOT_DEVICE_SPI		0x0B
>  #define BOOT_DEVICE_UART	0x41
>  #define BOOT_DEVICE_USBETH	0x44
>  #define BOOT_DEVICE_CPGMAC	0x46
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] am33xx changed BOOT_DEVICE_SPI to correct value
  2016-04-05  8:56 [U-Boot] [PATCH] am33xx changed BOOT_DEVICE_SPI to correct value Vogt, Christof
  2016-04-06  4:58 ` Lokesh Vutla
@ 2016-04-12  2:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-04-12  2:30 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 05, 2016 at 10:56:57AM +0200, Vogt, Christof wrote:

> Changed BOOT_DEVICE Code for SPI on AM33xx. 
> According AM335x reference manual page 4960 
> (SPRUH73L-October 2011-Revised February 2015)
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160411/575fef66/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-12  2:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-05  8:56 [U-Boot] [PATCH] am33xx changed BOOT_DEVICE_SPI to correct value Vogt, Christof
2016-04-06  4:58 ` Lokesh Vutla
2016-04-12  2:30 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox