diff options
Diffstat (limited to 'boot/cedit.c')
-rw-r--r-- | boot/cedit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/cedit.c b/boot/cedit.c index d69290c172e..4e80875828b 100644 --- a/boot/cedit.c +++ b/boot/cedit.c @@ -449,8 +449,7 @@ int cedit_write_settings(struct expo *exp, struct abuf *buf) void *fdt; int ret; - abuf_init(buf); - if (!abuf_realloc(buf, CEDIT_SIZE_INC)) + if (!abuf_init_size(buf, CEDIT_SIZE_INC)) return log_msg_ret("buf", -ENOMEM); fdt = abuf_data(buf); |