Fix sdcard mount bug.

Change-Id: I2e448f3f0a0a4de39a8d1cd7db5dc8cd986d3229
This commit is contained in:
Koushik Dutta 2010-12-19 03:41:41 -08:00
parent 4196e0fa5e
commit 33491accea

View File

@ -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