projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f7ffd7
)
a320evb: fix include path of timer fttmr010
author
Macpaul Lin
<macpaul@andestech.com>
Mon, 21 Mar 2011 01:45:43 +0000
(
01:45
+0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:08 +0000
(19:38 +0200)
Fix include path of timer fttmr010 in a320evb.
Signed-off-by: Macpaul Lin <macpaul@andestech.com>
arch/arm/cpu/arm920t/a320/timer.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm920t/a320/timer.c
b/arch/arm/cpu/arm920t/a320/timer.c
index 7785036f57a0e78c4387683e95a85b65ba5f54d6..95cb8fd19fe19eabb419197818ebdf3bc3abcca3 100644
(file)
--- 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;