mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Enable inline kernel building
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
bbf6773b5c
commit
ba6643b9bc
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ BOARD_KERNEL_SEPARATED_DT := true
|
|||
BOARD_KERNEL_BASE := 0x10000000
|
||||
BOARD_KERNEL_PAGESIZE := 2048
|
||||
BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x01000000 --tags_offset 0x00000100
|
||||
TARGET_KERNEL_ARCH := arm64
|
||||
TARGET_KERNEL_HEADER_ARCH := arm64
|
||||
TARGET_KERNEL_SOURCE := kernel/samsung/universal7885
|
||||
TARGET_CUSTOM_DTBTOOL := dtbhtoolExynos
|
||||
|
||||
# Partitions
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
|
||||
|
|
|
|||
Loading…
Reference in a new issue