[U-Boot] [PATCH v3 3/4] ARM: atmel: correct UDPHS name

Bo Shen voice.shen at atmel.com
Wed Sep 11 12:24:50 CEST 2013


Correct the UDPHS name from UDHPS

Signed-off-by: Bo Shen <voice.shen at atmel.com>
Acked-by: Marek Vasut <marex at denx.de>
---
Changes in v3:
  - Add Acked-by from Marek Vasut
Changes in v2:
  - None

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

diff --git a/arch/arm/include/asm/arch-at91/sama5d3.h b/arch/arm/include/asm/arch-at91/sama5d3.h
index fefee5e..123a627 100644
--- a/arch/arm/include/asm/arch-at91/sama5d3.h
+++ b/arch/arm/include/asm/arch-at91/sama5d3.h
@@ -120,7 +120,7 @@
 #define ATMEL_BASE_USART3	0xf8024000
 #define ATMEL_BASE_UART1	0xf8028000
 #define ATMEL_BASE_EMAC		0xf802c000
-#define ATMEL_BASE_UDHPS	0xf8030000
+#define ATMEL_BASE_UDPHS	0xf8030000
 #define ATMEL_BASE_SHA		0xf8034000
 #define ATMEL_BASE_AES		0xf8038000
 #define ATMEL_BASE_TDES		0xf803c000
-- 
1.7.9.5



More information about the U-Boot mailing list