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>
master
Macpaul Lin 13 years ago committed by Albert ARIBAUD
parent c2b2a07eeb
commit 5656b40bb3
  1. 2
      board/faraday/a320evb/lowlevel_init.S
  2. 0
      include/faraday/ftsdmc020.h

@ -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

Loading…
Cancel
Save