tools: rockchip: fix compilation warnings

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: Ib27aa885eef05c6f88fcbf41dd4d0a5a0f965a52
This commit is contained in:
Yifeng Zhao 2020-04-22 15:33:04 +08:00 committed by Jianhong Chen
parent 35176ccb87
commit 5b69ab5af5
1 changed files with 1 additions and 1 deletions

View File

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