x86: fsp: Correct wrong header inlude in fsp_support.c

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>
This commit is contained in:
Simon Glass 2019-12-06 21:42:17 -07:00 committed by Bin Meng
parent f09d4edf4b
commit f42af294cc

View File

@ -5,7 +5,7 @@
*/
#include <common.h>
#include <asm/fsp1/fsp_support.h>
#include <asm/fsp/fsp_support.h>
#include <asm/post.h>
u32 fsp_get_usable_lowmem_top(const void *hob_list)