hiphi: Configure platform and bootloader params
Co-authored-by: Captain Throwback <captainthrowback@hotmail.com> Co-authored-by: yarpiin <yarpiin@gmail.com> Signed-off-by: 7Soldier <reg.fm4@gmail.com>
This commit is contained in:
parent
ba1cc86743
commit
0542466309
1 changed files with 5 additions and 2 deletions
|
@ -42,8 +42,9 @@ TARGET_2ND_CPU_VARIANT := generic
|
|||
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a75
|
||||
|
||||
# Bootloader
|
||||
TARGET_BOOTLOADER_BOARD_NAME := hiphi
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
TARGET_NO_BOOTLOADER := false
|
||||
TARGET_USES_UEFI := true
|
||||
TARGET_USES_REMOTEPROC := true
|
||||
|
||||
# Display
|
||||
TARGET_SCREEN_DENSITY := 400
|
||||
|
@ -80,6 +81,8 @@ TARGET_COPY_OUT_VENDOR := vendor
|
|||
|
||||
# Platform
|
||||
TARGET_BOARD_PLATFORM := taro
|
||||
TARGET_BOOTLOADER_BOARD_NAME := taro
|
||||
QCOM_BOARD_PLATFORMS += taro
|
||||
|
||||
# Properties
|
||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||
|
|
Loading…
Reference in a new issue