mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-17 09:41:37 +01: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