Merge branch 'gingerbread' of git://github.com/CyanogenMod/android_bootable_recovery into gingerbread

This commit is contained in:
Koushik Dutta 2011-06-10 09:13:00 -07:00
commit 2e0964bed1

View File

@ -500,7 +500,7 @@ int is_safe_to_format(char* name)
{
char str[255];
char* partition;
property_get("ro.cwm.forbid_format", str, "/misc,/radio,/bootloader,/recovery");
property_get("ro.cwm.forbid_format", str, "/misc,/radio,/bootloader,/recovery,/efs");
partition = strtok(str, ", ");
while (partition != NULL) {