Skip to content
Snippets Groups Projects
Commit b996165f authored by Prafulla Wadaskar's avatar Prafulla Wadaskar Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

arm: Kirkwood: bugfix: UART1 bar correction

parent 205a0988
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
#define KW_REG_UNDOC_0x1478 (KW_REGISTER(0x1478))
#define KW_UART0_BASE (KW_REGISTER(0x12000))
#define KW_UART1_BASE (KW_REGISTER(0x13000))
#define KW_UART1_BASE (KW_REGISTER(0x12100))
#define KW_MPP_BASE (KW_REGISTER(0x10000))
#define KW_GPIO0_BASE (KW_REGISTER(0x10100))
#define KW_GPIO1_BASE (KW_REGISTER(0x10140))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment