mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
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>
This commit is contained in:
parent
c2b2a07eeb
commit
5656b40bb3
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue