fw_getcmdline
err = fdt_setprop_string(fdt, chosen_off, "bootargs", fw_getcmdline());
extern char *fw_getcmdline(void);
if ((strstr(fw_getcmdline(), "earlycon=")) == NULL) {
if ((strstr(fw_getcmdline(), "console=")) == NULL) {
strcat(fw_getcmdline(), console_string);
if (strstr(fw_getcmdline(), "iobcuncached")) {
char *optptr, *argptr = fw_getcmdline();
argptr = fw_getcmdline();
return fw_getcmdline();