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:
7Soldier 2023-01-23 22:26:01 +03:00
parent ba1cc86743
commit 0542466309

View file

@ -42,8 +42,9 @@ TARGET_2ND_CPU_VARIANT := generic
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a75 TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a75
# Bootloader # Bootloader
TARGET_BOOTLOADER_BOARD_NAME := hiphi TARGET_NO_BOOTLOADER := false
TARGET_NO_BOOTLOADER := true TARGET_USES_UEFI := true
TARGET_USES_REMOTEPROC := true
# Display # Display
TARGET_SCREEN_DENSITY := 400 TARGET_SCREEN_DENSITY := 400
@ -80,6 +81,8 @@ TARGET_COPY_OUT_VENDOR := vendor
# Platform # Platform
TARGET_BOARD_PLATFORM := taro TARGET_BOARD_PLATFORM := taro
TARGET_BOOTLOADER_BOARD_NAME := taro
QCOM_BOARD_PLATFORMS += taro
# Properties # Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop