diff options
author | Brian Swetland <swetland@google.com> | 2010-10-06 16:44:47 -0700 |
---|---|---|
committer | Brian Swetland <swetland@google.com> | 2010-10-06 17:15:43 -0700 |
commit | 64040484fad8007dd19d4018ff5b55b97bb7152a (patch) | |
tree | b3c465b6b96b1802a8eccdd2dcaf1ee6f15b2fc5 | |
parent | 5bc1d70b7c16994888eb5c1f7951bcb191d56646 (diff) | |
download | device_samsung_crespo-64040484fad8007dd19d4018ff5b55b97bb7152a.zip device_samsung_crespo-64040484fad8007dd19d4018ff5b55b97bb7152a.tar.gz device_samsung_crespo-64040484fad8007dd19d4018ff5b55b97bb7152a.tar.bz2 |
update configuration
- enable fiq console
- devices for new modemctl driver
- cache partition no longer on emmc
- fix up sdcard sharing
Change-Id: Icbaa5e0c957d65e07ad25f558ac43b2abab95c1b
Signed-off-by: Brian Swetland <swetland@google.com>
-rwxr-xr-x | BoardConfig.mk | 1 | ||||
-rwxr-xr-x | init.herring.rc | 5 | ||||
-rw-r--r-- | ueventd.herring.rc | 4 | ||||
-rw-r--r-- | vold.fstab | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 7223d1f..b2ca4fb 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -68,6 +68,7 @@ BOARD_NAND_PAGE_SIZE := 4096 -s 128 BOARD_KERNEL_BASE := 0x30000000 BOARD_KERNEL_PAGESIZE := 4096 +BOARD_KERNEL_CMDLINE := "console=ttyFIQ0" TARGET_RECOVERY_UI_LIB := librecovery_ui_crespo TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/crespo diff --git a/init.herring.rc b/init.herring.rc index 1405fd8..08f95d5 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -80,8 +80,7 @@ on fs mkdir /efs 0775 radio radio mount yaffs2 mtd@efs /efs nosuid nodev mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/system /system wait ro - mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/cache /cache wait noatime - mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime + mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime nosuid nodev # permissions for bluetooth. chown bluetooth bluetooth ro.bt.bdaddr_path @@ -103,7 +102,7 @@ service gpsd /system/vendor/bin/gpsd -c /vendor/etc/gps.xml group system inet # create filesystems if necessary -service setup_fs /system/bin/setup_fs /dev/block/platform/s3c-sdhci.0/by-name/cache /dev/block/platform/s3c-sdhci.0/by-name/userdata +service setup_fs /system/bin/setup_fs /dev/block/platform/s3c-sdhci.0/by-name/userdata user root group root oneshot diff --git a/ueventd.herring.rc b/ueventd.herring.rc index 83314a3..05d2c57 100644 --- a/ueventd.herring.rc +++ b/ueventd.herring.rc @@ -10,7 +10,9 @@ /dev/s3c-mfc 0664 system graphics /dev/onedram 0664 radio radio -/dev/modemctl 0660 radio radio +/dev/modem_ctl 0660 radio radio +/dev/modem_fmt 0660 radio radio +/dev/modem_rfs 0660 radio radio /dev/s3c2410_serial3 0660 radio radio /dev/block/mtdblock5 0660 radio radio @@ -12,4 +12,4 @@ ## <sysfs_path> - List of sysfs paths to source devices ###################### -dev_mount sdcard /mnt/sdcard 4 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0 +dev_mount sdcard /mnt/sdcard 3 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0 |