commit | 97f0027c2bd04ec5d36c0c3b04c20dde7e4ce1e0 | [log] [tgz] |
---|---|---|
author | vijay kumar <vpendo@codeaurora.org> | Tue Sep 29 12:16:30 2015 +0530 |
committer | vijay kumar <vpendo@codeaurora.org> | Tue Oct 06 17:03:55 2015 +0530 |
tree | 83781fdef0a0a8f3b6b3d5452423133eb82057e6 | |
parent | 0bde577d5f1e9a3f6877cb18e23d18211211f92d [diff] [blame] |
target/platform: mdmfermium: change to support UART5 Change the UART base and GPIO numbers to support UART5 on mdmfermium target. Change-Id: I412fb2e919955800ccc17fb7d18879100070279f
diff --git a/target/mdmfermium/init.c b/target/mdmfermium/init.c index 1ccc227..98ac6e8 100644 --- a/target/mdmfermium/init.c +++ b/target/mdmfermium/init.c
@@ -118,7 +118,7 @@ void target_early_init(void) { #if WITH_DEBUG_UART - uart_dm_init(1, 0, BLSP1_UART1_BASE); + uart_dm_init(1, 0, BLSP1_UART5_BASE); #endif }