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:
f09d4ed
)
x86: fsp: Correct wrong header inlude in fsp_support.c
author
Simon Glass
<sjg@chromium.org>
Sat, 7 Dec 2019 04:42:17 +0000
(21:42 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:16 +0000
(11:44 +0800)
This generic FSP file should include the generic FSP support header, not
the FSP1 version. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/fsp/fsp_support.c
patch
|
blob
|
history
diff --git
a/arch/x86/lib/fsp/fsp_support.c
b/arch/x86/lib/fsp/fsp_support.c
index 983888fd74301cca2b5b13c068eaf41c5bf9e573..ee228117d13ce348862d5cfdb15bfa8ddb7fb870 100644
(file)
--- a/
arch/x86/lib/fsp/fsp_support.c
+++ b/
arch/x86/lib/fsp/fsp_support.c
@@
-5,7
+5,7
@@
*/
#include <common.h>
-#include <asm/fsp
1
/fsp_support.h>
+#include <asm/fsp/fsp_support.h>
#include <asm/post.h>
u32 fsp_get_usable_lowmem_top(const void *hob_list)