diff options
| author | Macpaul Lin <macpaul@andestech.com> | 2011-03-21 01:45:43 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:08 +0200 | 
| commit | 844c05a992c3938b50039ed2b7c11f9695bee36b (patch) | |
| tree | 271cc6b2397fb9babc6d46c07e33b51c87c55985 | |
| parent | 0f7ffd75c6cd1c8a9ef60ed631476151415026d6 (diff) | |
| download | olio-uboot-2014.01-844c05a992c3938b50039ed2b7c11f9695bee36b.tar.xz olio-uboot-2014.01-844c05a992c3938b50039ed2b7c11f9695bee36b.zip | |
a320evb: fix include path of timer fttmr010
Fix include path of timer fttmr010 in a320evb.
Signed-off-by: Macpaul Lin <macpaul@andestech.com>
| -rw-r--r-- | arch/arm/cpu/arm920t/a320/timer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/cpu/arm920t/a320/timer.c b/arch/arm/cpu/arm920t/a320/timer.c index 7785036f5..95cb8fd19 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; |