projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa53233
)
arm: Support iotrace feature
author
Simon Glass
<sjg@chromium.org>
Thu, 12 Jun 2014 05:29:42 +0000
(23:29 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 20 Jun 2014 17:54:40 +0000
(11:54 -0600)
Support the iotrace feature for ARM, when enabled.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/io.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/io.h
b/arch/arm/include/asm/io.h
index 6a1f05ac3efd5326723a94440fc21feee285034c..9f35fd694b35124d9d2db94aea84df36b9c3727d 100644
(file)
--- a/
arch/arm/include/asm/io.h
+++ b/
arch/arm/include/asm/io.h
@@
-437,4
+437,7
@@
out:
#endif /* __mem_isa */
#endif /* __KERNEL__ */
+
+#include <iotrace.h>
+
#endif /* __ASM_ARM_IO_H */