summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--BoardConfig.mk5
-rw-r--r--einstein.mk19
2 files changed, 1 insertions, 23 deletions
diff --git a/einstein.mk b/einstein.mk
index 656dabb..556ce6c 100644
--- a/einstein.mk
+++ b/einstein.mk
@@ -52,8 +52,6 @@ TARGET_KERNEL_BUILT_FROM_SOURCE := false
PRODUCT_TYPE := tv
-#BOARD_OLD_PARTITION := true
-
WITH_LIBPLAYER_MODULE := false
BOARD_AML_VENDOR_PATH := vendor/amlogic/ampere/
@@ -66,25 +64,16 @@ OTA_UP_PART_NUM_CHANGED := true
ifeq ($(AB_OTA_UPDATER),true)
AB_OTA_PARTITIONS := \
boot \
- system
-
-ifneq ($(BOARD_OLD_PARTITION),true)
-AB_OTA_PARTITIONS += \
+ system \
vendor \
odm
-endif
TARGET_BOOTLOADER_CONTROL_BLOCK := true
TARGET_NO_RECOVERY := true
TARGET_PARTITION_DTSI := partition_mbox_ab.dtsi
else
TARGET_NO_RECOVERY := false
-
-ifneq ($(BOARD_OLD_PARTITION),true)
TARGET_PARTITION_DTSI := partition_mbox_normal.dtsi
-else
-TARGET_PARTITION_DTSI := partition_tv_old.dtsi
-endif
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
@@ -150,7 +139,6 @@ PRODUCT_PACKAGES += \
fs_mgr \
slideshow
endif
-ifneq ($(BOARD_OLD_PARTITION),true)
ifneq ($(BOARD_USES_RECOVERY_AS_BOOT), true)
ifeq ($(AB_OTA_UPDATER),true)
ifeq ($(BUILD_WITH_DM_VERITY), true)
@@ -188,11 +176,6 @@ PRODUCT_COPY_FILES += \
endif
endif
endif
-endif
-ifeq ($(BOARD_OLD_PARTITION),true)
-PRODUCT_COPY_FILES += \
- device/amlogic/einstein/fstab.3.14.amlogic:root/fstab.amlogic
-endif
#########################################################################
#