summaryrefslogtreecommitdiff
path: root/kexec/kexec-elf-boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/kexec-elf-boot.c')
-rw-r--r--kexec/kexec-elf-boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/kexec-elf-boot.c b/kexec/kexec-elf-boot.c
index bc650b7..9a160bb 100644
--- a/kexec/kexec-elf-boot.c
+++ b/kexec/kexec-elf-boot.c
@@ -75,7 +75,7 @@ static inline unsigned long align(unsigned long val, unsigned long align)
unsigned long elf_boot_notes(
struct kexec_info *info, unsigned long max_addr,
- const unsigned char *cmdline, int cmdline_len)
+ const char *cmdline, int cmdline_len)
{
unsigned long note_bytes;
unsigned long note_base;