Przeglądaj źródła

a320evb: fix include path of timer fttmr010

Fix include path of timer fttmr010 in a320evb.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
Macpaul Lin 14 lat temu
rodzic
commit
844c05a992
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      arch/arm/cpu/arm920t/a320/timer.c

+ 1 - 1
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;