From: Nolen Johnson Date: Tue, 11 Jul 2023 20:57:03 +0000 (-0400) Subject: odroidc4: Use full super image size X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bd26d69f7ea1db44b5e2ae5a3b0d5b3d31d89334;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_hardkernel_odroidc4.git odroidc4: Use full super image size Change-Id: I78293436e7db69d356acbe7c14a22cb49e12b905 --- diff --git a/BoardConfig.mk b/BoardConfig.mk index da33618..b53bbf8 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2022 The LineageOS Project +# Copyright (C) 2021-2023 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # @@ -12,6 +12,9 @@ TARGET_BOOTLOADER_BOARD_NAME := odroidc4 ## DTB TARGET_DTB_NAME := sm1_s905y3_odroidc4 +## Partitions +BOARD_SUPER_PARTITION_SIZE := 2084569088 + ## Properties TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop