diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-19 07:13:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-19 07:13:03 -0400 |
commit | 7eddda453710d2405e05bb0b79612103608c244a (patch) | |
tree | 418474f64fa7c1791822efcad588e5826dff17e1 /drivers/fastboot/fb_common.c | |
parent | 374bf7af033aa326a9585c5ff878d206e90c0c1c (diff) | |
parent | f402d268e8e17e9d6d1d9bf8a8b1f6e0b07718ef (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-usb
- Fastboot fixes
Diffstat (limited to 'drivers/fastboot/fb_common.c')
-rw-r--r-- | drivers/fastboot/fb_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fastboot/fb_common.c b/drivers/fastboot/fb_common.c index c6e06aab7a..17eca73be0 100644 --- a/drivers/fastboot/fb_common.c +++ b/drivers/fastboot/fb_common.c @@ -119,7 +119,7 @@ void fastboot_boot(void) if (s) { run_command(s, CMD_FLAG_ENV); } else { - static char boot_addr_start[12]; + static char boot_addr_start[20]; static char *const bootm_args[] = { "bootm", boot_addr_start, NULL }; |