ANDROID: GKI: build in a kernel command line of "rw"
The GKI ramdisk must be mounted rw in order to function with both dedicated recovery partition and non-dedicated recovery partition systems. Bug: 171512004 Signed-off-by: Steve Muckle <smuckle@google.com> Change-Id: Ib99aca13d4d78ae455ce14c7146a02f668b7e094
This commit is contained in:
parent
3d5e271d10
commit
cc47b201a8
2 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ CONFIG_SWP_EMULATION=y
|
|||
CONFIG_CP15_BARRIER_EMULATION=y
|
||||
CONFIG_SETEND_EMULATION=y
|
||||
CONFIG_RANDOMIZE_BASE=y
|
||||
CONFIG_CMDLINE="rw"
|
||||
CONFIG_CMDLINE_EXTEND=y
|
||||
# CONFIG_DMI is not set
|
||||
CONFIG_PM_WAKELOCKS=y
|
||||
CONFIG_PM_WAKELOCKS_LIMIT=0
|
||||
|
|
|
|||
|
|
@ -52,6 +52,8 @@ CONFIG_HYPERVISOR_GUEST=y
|
|||
CONFIG_PARAVIRT=y
|
||||
CONFIG_NR_CPUS=32
|
||||
CONFIG_EFI=y
|
||||
CONFIG_CMDLINE_BOOL=y
|
||||
CONFIG_CMDLINE="rw"
|
||||
CONFIG_PM_WAKELOCKS=y
|
||||
CONFIG_PM_WAKELOCKS_LIMIT=0
|
||||
# CONFIG_PM_WAKELOCKS_GC is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue