diff --git a/headers/private/kernel/boot/platform/u-boot/platform_kernel_args.h b/headers/private/kernel/boot/platform/u-boot/platform_kernel_args.h index 6e898ba11e..ae65dbc361 100644 --- a/headers/private/kernel/boot/platform/u-boot/platform_kernel_args.h +++ b/headers/private/kernel/boot/platform/u-boot/platform_kernel_args.h @@ -17,6 +17,12 @@ typedef struct { + // XXX: HACK: must match the OF platform args + // FIXME: use a union instead? + void *openfirmware_entry; + char rtc_path[128]; + + // TODO: add FDT char dummy; } platform_kernel_args;