aboutsummaryrefslogtreecommitdiff
path: root/hw/arm_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/arm_boot.c')
-rw-r--r--hw/arm_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm_boot.c b/hw/arm_boot.c
index cf9616ae0b..fe17ffc74e 100644
--- a/hw/arm_boot.c
+++ b/hw/arm_boot.c
@@ -107,7 +107,7 @@ static void set_kernel_args_old(struct arm_boot_info *info,
int initrd_size, void *base)
{
uint32_t *p;
- unsigned char *s;
+ char *s;
/* see linux/include/asm-arm/setup.h */
p = (uint32_t *)(base + KERNEL_ARGS_ADDR);