diff options
Diffstat (limited to 'common/init')
-rw-r--r-- | common/init/board_init.c | 2 | ||||
-rw-r--r-- | common/init/handoff.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/common/init/board_init.c b/common/init/board_init.c index ed2365daa3..a06ec1caa2 100644 --- a/common/init/board_init.c +++ b/common/init/board_init.c @@ -6,7 +6,7 @@ * Written by Simon Glass <sjg@chromium.org> */ -#include <common.h> +#include <config.h> #include <bootstage.h> #include <init.h> #include <asm/global_data.h> diff --git a/common/init/handoff.c b/common/init/handoff.c index d0be1bb17a..a7cd065fb3 100644 --- a/common/init/handoff.c +++ b/common/init/handoff.c @@ -5,7 +5,6 @@ * Copyright 2018 Google, Inc */ -#include <common.h> #include <handoff.h> #include <asm/global_data.h> |