From 57aaa02c1f79b61ad747feeac7b2dfe458df403f Mon Sep 17 00:00:00 2001 From: Konsta Date: Tue, 18 Mar 2025 19:07:23 +0200 Subject: [PATCH] set TARGET_BOOTLOADER_BOARD_NAME * Populate 'ro.product.board' as well. * Fixes 1bd1c536590aad243c35db0b63960330efc41092. --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index a362e42..47420f5 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -62,6 +62,7 @@ TARGET_USERIMAGES_USE_EXT4 := true # Platform TARGET_BOARD_PLATFORM := bcm2712 +TARGET_BOOTLOADER_BOARD_NAME := bcm2712 # Properties TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop