From 8508880c7dbd76fdb5fc9be9220202a6ad3174c1 Mon Sep 17 00:00:00 2001 From: lingxv <39874933+lingxv@users.noreply.github.com> Date: Fri, 6 May 2022 01:37:37 +0800 Subject: [PATCH] Update judyln.dsc Add toggle AB partition support --- sdm845Pkg/Devices/judyln.dsc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdm845Pkg/Devices/judyln.dsc b/sdm845Pkg/Devices/judyln.dsc index 3fd99fb..76d3800 100644 --- a/sdm845Pkg/Devices/judyln.dsc +++ b/sdm845Pkg/Devices/judyln.dsc @@ -8,10 +8,13 @@ BUILD_TARGETS = DEBUG|RELEASE SKUID_IDENTIFIER = DEFAULT FLASH_DEFINITION = sdm845Pkg/Devices/judyln.fdf + + # Enable A/B Slot Environment + DEFINE AB_SLOTS_SUPPORT = TRUE !include sdm845Pkg/sdm845Pkg.dsc [BuildOptions.common] - GCC:*_*_AARCH64_CC_FLAGS = -DENABLE_SIMPLE_INIT -DENABLE_LINUX_SIMPLE_MASS_STORAGE + GCC:*_*_AARCH64_CC_FLAGS = -DAB_SLOTS_SUPPORT=1 -DENABLE_SIMPLE_INIT -DENABLE_LINUX_SIMPLE_MASS_STORAGE [PcdsFixedAtBuild.common] gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1440 -- 2.45.2