in kernel/setup.c [59:68]
void __init h8300_fdt_init(void *fdt, char *bootargs) { if (!fdt) fdt = __dtb_start; else strcpy(command_line, bootargs); early_init_dt_scan(fdt); memblock_allow_resize(); }