Fix sdcard mount bug.
Change-Id: I2e448f3f0a0a4de39a8d1cd7db5dc8cd986d3229
This commit is contained in:
parent
4196e0fa5e
commit
33491accea
@ -436,7 +436,7 @@ void show_partition_menu()
|
||||
{ "mount /system", "unmount /system", "/system" },
|
||||
{ "mount /data", "unmount /data", "/data" },
|
||||
{ "mount /cache", "unmount /cache", "/cache" },
|
||||
{ "mount /sdcard", "unmount /sdcard", "/sdcard:" },
|
||||
{ "mount /sdcard", "unmount /sdcard", "/sdcard" },
|
||||
#ifdef BOARD_HAS_SDCARD_INTERNAL
|
||||
{ "mount /emmc", "unmount /emmc", "/emmc" },
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user