Home
last modified time | relevance | path

Searched refs:boot_args (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dandroid_ab.c428 char *boot_args = env_get("bootargs"); in ab_update_root_uuid() local
441 if (!strstr(boot_args, "root=")) { in ab_update_root_uuid()
451 char *boot_args = env_get("bootargs"); in ab_update_root_partition() local
495 if (strstr(boot_args, "rootfstype=squashfs") || strstr(boot_args, "rootfstype=erofs")) in ab_update_root_partition()
497 else if (strstr(boot_args, "rootfstype=ubifs")) in ab_update_root_partition()
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c52 typedef struct boot_args { struct