mirror of https://github.com/acidanthera/audk.git
Fixed SOURCE_DEBUG_ENABLE build error.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17418 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b07ea4c198
commit
96baece140
|
@ -51,10 +51,10 @@ DEFINE FLASH_REGION_FVMAIN_OFFSET = 0x00100000
|
|||
DEFINE FLASH_REGION_FVMAIN_SIZE = 0x001A5000
|
||||
|
||||
DEFINE FLASH_REGION_FV_RECOVERY2_OFFSET = 0x002A5000
|
||||
DEFINE FLASH_REGION_FV_RECOVERY2_SIZE = 0x0002C000
|
||||
DEFINE FLASH_REGION_FV_RECOVERY2_SIZE = 0x0002B000
|
||||
|
||||
DEFINE FLASH_REGION_FV_RECOVERY_OFFSET = 0x002D1000
|
||||
DEFINE FLASH_REGION_FV_RECOVERY_SIZE = 0x0002F000
|
||||
DEFINE FLASH_REGION_FV_RECOVERY_OFFSET = 0x002D0000
|
||||
DEFINE FLASH_REGION_FV_RECOVERY_SIZE = 0x00030000
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue