]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: uniphier: fix build error when CONFIG_DEBUG_LL is defined
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 28 Aug 2015 06:37:17 +0000 (15:37 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:52 +0000 (11:29 +0200)
The build error happens if CONFIG_DEBUG_LL and CONFIG_MACH_PH1_SLD3
are both enabled.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/ph1-sld3/lowlevel_debug.S

index 9d1fd2c964826a07a9894c174f50bd98d2b57d54..41f67b7a8fa5969ca5f2f15f0833352d60a80acb 100644 (file)
@@ -10,6 +10,8 @@
 #include <mach/bcu-regs.h>
 #include <mach/sc-regs.h>
 #include <mach/sg-regs.h>
+
+#define UART_CLK               36864000
 #include <mach/debug-uart.S>
 
 ENTRY(setup_lowlevel_debug)