summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-28 06:37:17 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-30 13:19:00 (GMT)
commit94bd3699eeb2c158f61a678bc023c3dfda284298 (patch)
tree8850b30d1734c6efd8af009850cf116c4cb59fbd
parent2bc1f2b5929d03fddd38f169621a0fa7670d85eb (diff)
downloadu-boot-fsl-qoriq-94bd3699eeb2c158f61a678bc023c3dfda284298.tar.xz
ARM: uniphier: fix build error when CONFIG_DEBUG_LL is defined
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>
-rw-r--r--arch/arm/mach-uniphier/ph1-sld3/lowlevel_debug.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/ph1-sld3/lowlevel_debug.S b/arch/arm/mach-uniphier/ph1-sld3/lowlevel_debug.S
index 9d1fd2c..41f67b7 100644
--- a/arch/arm/mach-uniphier/ph1-sld3/lowlevel_debug.S
+++ b/arch/arm/mach-uniphier/ph1-sld3/lowlevel_debug.S
@@ -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)