diff options
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5f9a5dc..8784baf 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -179,7 +179,7 @@ TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true # Recovery -BOARD_GLOBAL_CFLAGS := -DBOARD_RECOVERY_BLDRMSG_OFFSET=2048 +BOOTLOADER_MESSAGE_OFFSET := 2048 TARGET_RECOVERY_DEVICE_DIRS += $(PLATFORM_PATH) TARGET_RECOVERY_DEVICE_MODULES += chargeled TARGET_RECOVERY_FSTAB := $(PLATFORM_PATH)/rootdir/etc/fstab.qcom |
