Searched refs:newbootargs (Results 1 - 1 of 1) sorted by relevance

/u-boot/boot/
H A Dimage-android.c292 char *newbootargs = malloc(len + 2); local
293 if (!newbootargs) {
297 *newbootargs = '\0';
300 strcpy(newbootargs, bootargs);
301 strcat(newbootargs, " ");
305 strcat(newbootargs, img_data.kcmdline);
308 strcat(newbootargs, " ");
309 strcat(newbootargs, img_data.kcmdline_extra);
312 env_set("bootargs", newbootargs);

Completed in 66 milliseconds