Android->Merge partition:userdata and user
This commit is contained in:
Binary file not shown.
@ -10,5 +10,4 @@ PWR_HLD: 0,0,A,0,1
|
||||
#KERNEL_IMG: 0x62008000
|
||||
#FDT_NAME: rk-kernel.dtb
|
||||
#RECOVER_KEY: 1,1,0,20,0
|
||||
CMDLINE:console=ttyS2 androidboot.selinux=permissive androidboot.hardware=rk30board androidboot.console=ttyS2 init=/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(resource),0x00008000@0x0000e000(kernel),0x00010000@0x00016000(boot),0x00010000@0x00026000(recovery),0x0001a000@0x00036000(backup),0x00040000@0x00050000(cache),0x00002000@0x00090000(kpanic),0x00300000@0x00092000(system),0x00008000@0x00392000(metadata),0x00002000@0x0039A000(baseparamer),0x00200000@0x0039C000(userdata),0x00020000@0x0059C000(radical_update),-@0x005BC000(user)
|
||||
# in section; per section 512(0x200) bytes
|
||||
CMDLINE:console=ttyS2 androidboot.selinux=permissive androidboot.hardware=rk30board androidboot.console=ttyS2 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4 init=/sbin/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(resource),0x00008000@0x0000e000(kernel),0x00010000@0x00016000(boot),0x00010000@0x00026000(recovery),0x0001a000@0x00036000(backup),0x00040000@0x00050000(cache),0x00002000@0x00090000(kpanic),0x00300000@0x00092000(system),0x00008000@0x00392000(metadata),0x00002000@0x0039A000(baseparamer),0x00020000@0x0039C000(radical_update),-@0x003BC000(userdata)
|
||||
|
||||
@ -229,7 +229,7 @@ BOARD_CODEC_RK616 ?= false
|
||||
|
||||
# Vold configrations
|
||||
# if set to true m-user would be disabled and UMS enabled, if set to disable UMS would be disabled and m-user enabled
|
||||
BUILD_WITH_UMS ?= true
|
||||
BUILD_WITH_UMS ?= false
|
||||
# if set to true BUILD_WITH_UMS must be false.
|
||||
BUILD_WITH_CDROM ?= false
|
||||
BUILD_WITH_CDROM_PATH ?= /system/etc/cd.iso
|
||||
|
||||
@ -43,13 +43,6 @@
|
||||
android:emulated="true"
|
||||
android:allowMassStorage="false"
|
||||
android:removable="true"
|
||||
android:mtpReserve="100" />
|
||||
<storage android:mountPoint="/mnt/internal_sd"
|
||||
android:storageDescription="@string/storage_nand_flash"
|
||||
android:primary="false"
|
||||
android:emulated="false"
|
||||
android:allowMassStorage="true"
|
||||
android:removable="true"
|
||||
android:mtpReserve="100" />
|
||||
<storage android:mountPoint="/mnt/external_sd"
|
||||
android:storageDescription="@string/storage_sd_card"
|
||||
|
||||
Reference in New Issue
Block a user