diff options
Diffstat (limited to 'hw/cris/boot.c')
-rw-r--r-- | hw/cris/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cris/boot.c b/hw/cris/boot.c index c330e22a86..622f353c9a 100644 --- a/hw/cris/boot.c +++ b/hw/cris/boot.c @@ -25,7 +25,7 @@ #include "hw/hw.h" #include "hw/loader.h" #include "elf.h" -#include "hw/cris-boot.h" +#include "boot.h" static void main_cpu_reset(void *opaque) { |