Skip to content

Commit

Permalink
msmnile: Remove no recovery configuration
Browse files Browse the repository at this point in the history
We do have a recovery partition and don't have recovery in boot.
When building abl, after commit [1] these flags break booting to recovery.

[1] https://source.codeaurora.org/quic/la/abl/tianocore/edk2/commit/?h=LA.UM.9.1.r1-11100-SMxxx0.0&id=70ad7f4ab713334a7c1d822c6daf58e5847b830f

Change-Id: Ib3b569403cf6e88aedba036e2026f49f6820af01
  • Loading branch information
ArianK16a committed Sep 10, 2021
1 parent 1aa3675 commit 5e5f213
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 1073741824
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472
#BOARD_ODMIMAGE_PARTITION_SIZE := 67108864
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
TARGET_NO_RECOVERY := true
BOARD_USES_RECOVERY_AS_BOOT := true
else
# Define the Dynamic Partition sizes and groups.
ifeq ($(ENABLE_VIRTUAL_AB), true)
Expand Down

0 comments on commit 5e5f213

Please sign in to comment.