projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b228b
)
x86: Move fsp_ffs.h include to fsp_arch.h
author
Simon Glass
<sjg@chromium.org>
Wed, 25 Sep 2019 14:00:20 +0000
(08:00 -0600)
committer
Bin Meng
<bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:50:55 +0000
(13:50 +0800)
This include file is only used for FSP v1. Avoid including it from
fdt_support.h so we can use the latter with FSP v2.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/fsp_arch.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/fsp_arch.h
b/arch/x86/include/asm/fsp_arch.h
index b223141c44882b9ee050ca7e946e355d67dabb96..3b2077b3924ef527bb5eebd1c00651e6960fd885 100644
(file)
--- a/
arch/x86/include/asm/fsp_arch.h
+++ b/
arch/x86/include/asm/fsp_arch.h
@@
-15,6
+15,7
@@
*/
#include <asm/fsp1/fsp_api.h>
+#include <asm/fsp1/fsp_ffs.h>
#include <asm/arch/fsp/fsp_vpd.h>
#include <asm/arch/fsp/fsp_configs.h>