diff options
Diffstat (limited to 'init/init.c')
| -rwxr-xr-x | init/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c index 167661ae..9729e39f 100755 --- a/init/init.c +++ b/init/init.c @@ -709,6 +709,7 @@ static void export_kernel_boot_props(void) snprintf(tmp, PROP_VALUE_MAX, "%d", revision); property_set("ro.revision", tmp); property_set("ro.emmc",emmc_boot ? "1" : "0"); + property_set("ro.boot.emmc", emmc_boot ? "1" : "0"); /* TODO: these are obsolete. We should delete them */ if (!strcmp(bootmode,"factory")) |
