gs101: migrate to bootimg v4
Bug: 183237066 Signed-off-by: Oleg Matcovschi <omatcovschi@google.com> Change-Id: If4ed53f3ea4964139b33ef691469a1dbbfa97e80
This commit is contained in:
parent
5ad06a0dc2
commit
9ef069c978
1 changed files with 5 additions and 4 deletions
|
@ -41,10 +41,11 @@ TARGET_2ND_CPU_VARIANT := generic
|
||||||
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a53
|
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a53
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10A00000 console=ttySAC0,115200 androidboot.console=ttySAC0 printk.devkmsg=on
|
|
||||||
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
|
|
||||||
BOARD_KERNEL_CMDLINE += androidboot.boot_devices=14700000.ufs
|
|
||||||
BOARD_KERNEL_CMDLINE += dyndbg=\"func alloc_contig_dump_pages +p\"
|
BOARD_KERNEL_CMDLINE += dyndbg=\"func alloc_contig_dump_pages +p\"
|
||||||
|
BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10A00000 console=ttySAC0,115200 printk.devkmsg=on
|
||||||
|
BOARD_BOOTCONFIG += androidboot.console=ttySAC0
|
||||||
|
BOARD_BOOTCONFIG += androidboot.selinux=permissive
|
||||||
|
BOARD_BOOTCONFIG += androidboot.boot_devices=14700000.ufs
|
||||||
|
|
||||||
TARGET_NO_BOOTLOADER := true
|
TARGET_NO_BOOTLOADER := true
|
||||||
TARGET_NO_KERNEL := false
|
TARGET_NO_KERNEL := false
|
||||||
|
@ -357,7 +358,7 @@ BOARD_RAMDISK_USE_LZ4 := true
|
||||||
#BOARD_KERNEL_PAGESIZE := 2048
|
#BOARD_KERNEL_PAGESIZE := 2048
|
||||||
#BOARD_KERNEL_OFFSET := 0x80000
|
#BOARD_KERNEL_OFFSET := 0x80000
|
||||||
#BOARD_RAMDISK_OFFSET := 0x4000000
|
#BOARD_RAMDISK_OFFSET := 0x4000000
|
||||||
BOARD_BOOT_HEADER_VERSION := 3
|
BOARD_BOOT_HEADER_VERSION := 4
|
||||||
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
|
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
|
||||||
|
|
||||||
# Enable AVB2.0
|
# Enable AVB2.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue