From 5580b45ba617d78b6ed1480739b6b175ea84cbdb Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom Date: Sun, 26 Aug 2012 03:35:00 +0200 Subject: [PATCH] bootinfo: Correct boot1 storage data output --- bootinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootinfo.c b/bootinfo.c index 6fbd15c..7f6fd34 100644 --- a/bootinfo.c +++ b/bootinfo.c @@ -125,7 +125,7 @@ typedef struct _boot1_private_head_t { __u32 work_mode; __u32 storage_type; normal_gpio_cfg storage_gpio[32]; - char storage_data[256]; + __u8 storage_data[256]; } boot1_private_head_t; typedef struct _boot1_file_head_t {