Skip to content

Commit

Permalink
aries-common: fix lun mounting in recovery
Browse files Browse the repository at this point in the history
without specifying the lun file, the recovery will get confused when
there is no sdcard inserted

Change-Id: Id66c029734671ff1cfb3dedd1e9e3946216e2a8c
  • Loading branch information
pawitp committed Feb 26, 2013
1 parent c4fc13a commit 2f13702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion BoardConfigCommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ TARGET_BOARD_PLATFORM := s5pc110
TARGET_BOOTLOADER_BOARD_NAME := aries

BOARD_MOBILEDATA_INTERFACE_NAME = "pdp0"
BOARD_UMS_LUNFILE := /sys/class/android_usb/android0/f_mass_storage/lun/file

# Kernel Source
TARGET_KERNEL_SOURCE := kernel/samsung/aries
Expand Down
4 changes: 2 additions & 2 deletions recovery.fstab
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/cache yaffs2 cache
/datadata yaffs2 datadata

/sdcard vfat /dev/block/mmcblk0p1
/sdcard vfat /dev/block/mmcblk0p1 lun=/sys/devices/platform/s3c-usbgadget/gadget/lun0/file
/system ext4 /dev/lvpool/system

/external_sd vfat /dev/block/mmcblk1p1
/external_sd vfat /dev/block/mmcblk1p1 lun=/sys/devices/platform/s3c-usbgadget/gadget/lun1/file

0 comments on commit 2f13702

Please sign in to comment.