diff --git a/tools/rockchip/boot_merger.h b/tools/rockchip/boot_merger.h index 3c31b782b1..f239c3adab 100644 --- a/tools/rockchip/boot_merger.h +++ b/tools/rockchip/boot_merger.h @@ -85,7 +85,7 @@ typedef struct { line_t* code472Path; int loaderNum; name_entry* loader; - char outPath[MAX_LINE_LEN]; + char outPath[MAX_LINE_LEN * 2]; } options;