diff --git a/src/system/boot/platform/u-boot/start2.c b/src/system/boot/platform/u-boot/start2.c index ae77c6ae24..a196c3cae2 100644 --- a/src/system/boot/platform/u-boot/start2.c +++ b/src/system/boot/platform/u-boot/start2.c @@ -102,6 +102,7 @@ start2(void) // call C++ constructors before doing anything else call_ctors(); args.heap_size = HEAP_SIZE; + args.arguments = NULL; serial_init();