* Tony Lindgren <tony@xxxxxxxxxxx> [700101 02:00]: > - __add_preferred_console(buf, idx, options, brl_options, true); > return 1; Looks like this can't be dropped yet. We need to keep it for the brl_options. I'll change it to return early if brl_options is NULL. Regards, Tony