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, 2 insertions, 1 deletions
diff --git a/common/init/board_init.c b/common/init/board_init.c index a06ec1caa2c..ed2365daa35 100644 --- a/common/init/board_init.c +++ b/common/init/board_init.c @@ -6,7 +6,7 @@ * Written by Simon Glass <[email protected]> */ -#include <config.h> +#include <common.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 a7cd065fb38..d0be1bb17a2 100644 --- a/common/init/handoff.c +++ b/common/init/handoff.c @@ -5,6 +5,7 @@ * Copyright 2018 Google, Inc */ +#include <common.h> #include <handoff.h> #include <asm/global_data.h> |
