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

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