drivers/spi/flashconsole.c: Fix broken header
Change-Id: I61d28791fa75a32591448fc2c40186acfddca86d Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/25413 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f0082ac71a
commit
c2a9f0cf76
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
#include <arch/early_variables.h>
|
||||
#include <region.h>
|
||||
#include <commonlib/region.h>
|
||||
#include <boot_device.h>
|
||||
#include <fmap.h>
|
||||
#include <console/console.h>
|
||||
|
|
Loading…
Reference in New Issue