bootinfo: Correct boot1 storage data output

This commit is contained in:
Henrik Nordstrom 2012-08-26 03:35:00 +02:00
parent 639c82df91
commit 5580b45ba6

View File

@ -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 {