summaryrefslogtreecommitdiff
path: root/kexec/arch/i386/kexec-beoboot-x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/i386/kexec-beoboot-x86.c')
-rw-r--r--kexec/arch/i386/kexec-beoboot-x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/i386/kexec-beoboot-x86.c b/kexec/arch/i386/kexec-beoboot-x86.c
index a73a3cb..2b1c34b 100644
--- a/kexec/arch/i386/kexec-beoboot-x86.c
+++ b/kexec/arch/i386/kexec-beoboot-x86.c
@@ -79,7 +79,7 @@ int beoboot_load(int argc, char **argv, const char *buf, off_t len,
struct kexec_info *info)
{
struct beoboot_header bb_header;
- const unsigned char *command_line, *kernel, *initrd;
+ const char *command_line, *kernel, *initrd;
int debug, real_mode_entry;
int opt;