ソースを参照

ftsdmc020: move ftsdmc020.h to include/faraday

Move the header file "ftsdmc020.h" (SDRAM Controller)
to "include/faraday" folder.

This change will let other SoC which also use ftsdmc020
could share the same header file.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
Macpaul Lin 14 年 前
コミット
5656b40bb3
2 ファイル変更1 行追加1 行削除
  1. 1 1
      board/faraday/a320evb/lowlevel_init.S
  2. 0 0
      include/faraday/ftsdmc020.h

+ 1 - 1
board/faraday/a320evb/lowlevel_init.S

@@ -21,7 +21,7 @@
 #include <version.h>
 
 #include <asm/macro.h>
-#include <asm/arch/ftsdmc020.h>
+#include <faraday/ftsdmc020.h>
 
 /*
  * parameters for the SDRAM controller

+ 0 - 0
arch/arm/include/asm/arch-a320/ftsdmc020.h → include/faraday/ftsdmc020.h