diff mbox

[U-Boot,v2,2/2] a320evb: fix include path of timer fttmr010

Message ID 1300707943-16647-2-git-send-email-macpaul@andestech.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Macpaul Lin March 21, 2011, 11:45 a.m. UTC
Fix include path of timer fttmr010 in a320evb.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
---
 arch/arm/cpu/arm920t/a320/timer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Albert ARIBAUD April 14, 2011, 11:51 a.m. UTC | #1
Le 21/03/2011 12:45, Macpaul Lin a écrit :
> Fix include path of timer fttmr010 in a320evb.
>
> Signed-off-by: Macpaul Lin<macpaul@andestech.com>
> ---

Applied to u-boot-arm/master, thanks.

Amicalement,
diff mbox

Patch

diff --git a/arch/arm/cpu/arm920t/a320/timer.c 
b/arch/arm/cpu/arm920t/a320/timer.c
index 7785036..95cb8fd 100644
--- a/arch/arm/cpu/arm920t/a320/timer.c
+++ b/arch/arm/cpu/arm920t/a320/timer.c
@@ -19,8 +19,8 @@ 

 #include <common.h>
 #include <asm/io.h>
-#include <asm/arch/fttmr010.h>
 #include <faraday/ftpmu010.h>
+#include <faraday/fttmr010.h>

 static ulong timestamp;
 static ulong lastdec;