summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-28 15:37:17 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-30 22:19:00 +0900
commit94bd3699eeb2c158f61a678bc023c3dfda284298 (patch)
tree8850b30d1734c6efd8af009850cf116c4cb59fbd /arch
parent2bc1f2b5929d03fddd38f169621a0fa7670d85eb (diff)
downloadu-boot-imx-94bd3699eeb2c158f61a678bc023c3dfda284298.zip
u-boot-imx-94bd3699eeb2c158f61a678bc023c3dfda284298.tar.gz
u-boot-imx-94bd3699eeb2c158f61a678bc023c3dfda284298.tar.bz2
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>
Diffstat (limited to 'arch')
-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)