Home
last modified time | relevance | path

Searched refs:ANDROID_ARG_SLOT_SUFFIX (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dandroid_image.h25 #define ANDROID_ARG_SLOT_SUFFIX "androidboot.slot_suffix=" macro
/OK3568_Linux_fs/u-boot/common/
H A Dandroid_bootloader.c412 allocated_suffix = malloc(strlen(ANDROID_ARG_SLOT_SUFFIX) + in android_assemble_cmdline()
414 memset(allocated_suffix, 0, strlen(ANDROID_ARG_SLOT_SUFFIX) in android_assemble_cmdline()
416 strcpy(allocated_suffix, ANDROID_ARG_SLOT_SUFFIX); in android_assemble_cmdline()
H A Dfdt_support.c331 len = strlen(ANDROID_ARG_SLOT_SUFFIX) + strlen(slot) + 1; in fdt_bootargs_append_ab()
336 snprintf(str, len, "%s%s", ANDROID_ARG_SLOT_SUFFIX, slot); in fdt_bootargs_append_ab()