diff options
author | Steve Kondik <shade@chemlab.org> | 2010-12-14 03:43:35 -0500 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2010-12-14 03:43:35 -0500 |
commit | 0b7bbf29d5864fc2939ab9b954c0e1d18a24bffd (patch) | |
tree | b042ea5146b53461ec76ba1c7523a6def62e549f /roots.c | |
parent | d352233ab60a37ccc4f8c4247a6eabbe0c94fb4b (diff) | |
download | android_bootable_recovery-0b7bbf29d5864fc2939ab9b954c0e1d18a24bffd.tar.gz android_bootable_recovery-0b7bbf29d5864fc2939ab9b954c0e1d18a24bffd.tar.bz2 android_bootable_recovery-0b7bbf29d5864fc2939ab9b954c0e1d18a24bffd.zip |
recovery: Remove condition around get_root_mtd_partition
Change-Id: I2e763000f65aba342f1851c7e94778a815bbaa6f
Diffstat (limited to 'roots.c')
-rw-r--r-- | roots.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -314,7 +314,6 @@ get_root_partition_device(const char *root_path, char *device) return info->device; } -#ifndef BOARD_HAS_NO_MISC_PARTITION const MtdPartition * get_root_mtd_partition(const char *root_path) { @@ -332,7 +331,6 @@ get_root_mtd_partition(const char *root_path) mtd_scan_partitions(); return mtd_find_partition_by_name(info->partition_name); } -#endif int format_root_device(const char *root) |