summaryrefslogtreecommitdiff
path: root/hw/microblaze/boot.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2013-05-05 11:06:37 +0200
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2013-10-24 22:56:48 +0200
commitec426ff808cd421036f81ab34c0d5884743982aa (patch)
treebe3323c544d92684c74cf78f50b56ed754ffcfc7 /hw/microblaze/boot.h
parentd0b022a0e9dcf574d56243f6039d675ba80dba16 (diff)
downloadqemu-ec426ff808cd421036f81ab34c0d5884743982aa.tar.gz
hw/microblaze: Add support for loading initrd images
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'hw/microblaze/boot.h')
-rw-r--r--hw/microblaze/boot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/microblaze/boot.h b/hw/microblaze/boot.h
index b14ef2b992..0eb7f8e4f6 100644
--- a/hw/microblaze/boot.h
+++ b/hw/microblaze/boot.h
@@ -4,7 +4,9 @@
#include "hw/hw.h"
void microblaze_load_kernel(MicroBlazeCPU *cpu, hwaddr ddr_base,
- uint32_t ramsize, const char *dtb_filename,
+ uint32_t ramsize,
+ const char *initrd_filename,
+ const char *dtb_filename,
void (*machine_cpu_reset)(MicroBlazeCPU *));
#endif /* __MICROBLAZE_BOOT __ */