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:
		
							parent
							
								
									f09d4edf4b
								
							
						
					
					
						commit
						f42af294cc
					
				|  | @ -5,7 +5,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <asm/fsp1/fsp_support.h> | #include <asm/fsp/fsp_support.h> | ||||||
| #include <asm/post.h> | #include <asm/post.h> | ||||||
| 
 | 
 | ||||||
| u32 fsp_get_usable_lowmem_top(const void *hob_list) | u32 fsp_get_usable_lowmem_top(const void *hob_list) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue