diff options
Diffstat (limited to 'arch/sandbox/cpu/cpu.c')
| -rw-r--r-- | arch/sandbox/cpu/cpu.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/sandbox/cpu/cpu.c b/arch/sandbox/cpu/cpu.c index 56ee3f58260..fb857e53d59 100644 --- a/arch/sandbox/cpu/cpu.c +++ b/arch/sandbox/cpu/cpu.c @@ -4,9 +4,12 @@   */  #include <common.h> +#include <bootstage.h>  #include <cpu_func.h>  #include <dm.h>  #include <errno.h> +#include <log.h> +#include <linux/delay.h>  #include <linux/libfdt.h>  #include <os.h>  #include <asm/io.h> | 
