Commit 5580b45b authored by Henrik Nordstrom's avatar Henrik Nordstrom
Browse files

bootinfo: Correct boot1 storage data output

parent 639c82df
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment