projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9adf5d2
)
ARM: S5PV210: Fix build error on pm debug
author
Sangbeom Kim
<sbkim73@samsung.com>
Fri, 8 Oct 2010 12:50:20 +0000
(21:50 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Wed, 20 Oct 2010 22:54:57 +0000
(07:54 +0900)
This patch fixes build error by S3C2410 PM Suspend debug option
due to undefined address.
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv210/include/mach/map.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s5pv210/include/mach/map.h
b/arch/arm/mach-s5pv210/include/mach/map.h
index 12a409f964ca2d9666078075bd4f034c7947c9ce..0e24ba14cd265b4e13f1b7e5c0c122e0c8b47b65 100644
(file)
--- a/
arch/arm/mach-s5pv210/include/mach/map.h
+++ b/
arch/arm/mach-s5pv210/include/mach/map.h
@@
-57,6
+57,8
@@
#define S5P_SZ_UART SZ_256
+#define S3C_VA_UARTx(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET))
+
#define S5PV210_PA_SROMC (0xE8000000)
#define S5PV210_PA_CFCON (0xE8200000)