projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64dd3b7
)
ARM: 6258/1: arm/h720x: fix debug macro compilation failure
author
Jeremy Kerr
<
[email protected]
>
Thu, 22 Jul 2010 15:34:34 +0000
(16:34 +0100)
committer
Russell King
<
[email protected]
>
Mon, 26 Jul 2010 09:33:05 +0000
(10:33 +0100)
IO_BASE shoule be IO_VIRT, and IO_START should be IO_PHYS. We also need
mach/hardware.h for these definitions.
Signed-off-by: Jeremy Kerr <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-h720x/include/mach/debug-macro.S
patch
|
blob
|
history
diff --git
a/arch/arm/mach-h720x/include/mach/debug-macro.S
b/arch/arm/mach-h720x/include/mach/debug-macro.S
index a9ee8f0d48b7f6792ea5004844649c3acb3a5bd0..27cafd12f033cbba19bd507e5a90ac198c1db8e1 100644
(file)
--- a/
arch/arm/mach-h720x/include/mach/debug-macro.S
+++ b/
arch/arm/mach-h720x/include/mach/debug-macro.S
@@
-11,8
+11,10
@@
*
*/
- .equ io_virt, IO_BASE
- .equ io_phys, IO_START
+#include <mach/hardware.h>
+
+ .equ io_virt, IO_VIRT
+ .equ io_phys, IO_PHYS
.macro addruart, rx, tmp
mrc p15, 0, \rx, c1, c0