fdt_get_chosen_bootargs
if (loader_envp == NULL && fdt_get_chosen_bootargs(linux_command_line,
if (loader_envp == NULL && fdt_get_chosen_bootargs(linux_command_line,
int fdt_get_chosen_bootargs(char *bootargs, size_t max_size);
if (fdt_get_chosen_bootargs(bootargs, sizeof(bootargs) - 1) == 0) {