From 661151aa2baef383ac24e228abe907b2dff62d29 Mon Sep 17 00:00:00 2001 From: Andrew Scull Date: Mon, 31 Jan 2022 21:11:00 +0000 Subject: [PATCH] Remove BOARD_PREBUILT_PVMFWIMAGE from the common board config The pvmfw image is included by setting PRODUCT_BUILD_PVMFW_IMAGE in device.mk and there shouldn't be this prebuilt override. Bug: 199717422 Test: build Change-Id: I0ba022e7b222ff89a4b2f991900abb3b4589396c --- BoardConfig-common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index c3bdfe2f..a559346c 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -373,5 +373,4 @@ BOARD_KERNEL_CMDLINE += at24.write_timeout=100 BOARD_KERNEL_CMDLINE += log_buf_len=1024K # Protected VM firmware -BOARD_PREBUILT_PVMFWIMAGE := packages/modules/Virtualization/pvmfw/pvmfw.img BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000