diff mbox

[U-Boot,v6,02/15] arm: Support iotrace feature

Message ID 1402550995-15963-3-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass June 12, 2014, 5:29 a.m. UTC
Support the iotrace feature for ARM, when enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2:
- Add a new patch to enable iotrace for arm

 arch/arm/include/asm/io.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

Simon Glass June 20, 2014, 8:30 p.m. UTC | #1
On 11 June 2014 23:29, Simon Glass <sjg@chromium.org> wrote:
> Support the iotrace feature for ARM, when enabled.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm/master.

Albert I hope this is OK.
diff mbox

Patch

diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h
index 6a1f05a..9f35fd6 100644
--- 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 */