aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/spi/flashconsole.c
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-03-28 18:48:24 +0200
committerAaron Durbin <adurbin@chromium.org>2018-04-01 18:10:45 +0000
commitc2a9f0cf762a86ac0e52915f65fc514e13e6219a (patch)
treeeb08d461c9dedcdf77893d3bfa515a157366baff /src/drivers/spi/flashconsole.c
parentf0082ac71aaf039e47e6504c8ce2917beefe19b3 (diff)
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>
Diffstat (limited to 'src/drivers/spi/flashconsole.c')
-rw-r--r--src/drivers/spi/flashconsole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/spi/flashconsole.c b/src/drivers/spi/flashconsole.c
index e73af22951..aea6872c07 100644
--- a/src/drivers/spi/flashconsole.c
+++ b/src/drivers/spi/flashconsole.c
@@ -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>