aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-16 20:24:05 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-16 20:24:05 +0200
commit1b8b3d8e95a2d25aa6628ab0a0c2c68d5bf031d3 (patch)
treea079b4cc1a550cdb7bee28f21e27caf5acf3f2ef
parent8743bf3b26da3a6c1e3979a83396e7edae034ddb (diff)
downloaddevice_hardkernel_odroidu3-replicant-11.tar.gz
device_hardkernel_odroidu3-replicant-11.tar.bz2
device_hardkernel_odroidu3-replicant-11.zip
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index b5b79b2..22af2dc 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -46,6 +46,9 @@ BOARD_RECOVERYIMAGE_PARTITION_SIZE := 13685312
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736
# TODO: figure out if it is possible to increase USERDATA partition size
BOARD_USERDATAIMAGE_PARTITION_SIZE := 11378320
+# Disable sparse images until we figure out how to install them when
+# we boot the kernel zImages with u-boot and extlinux.conf
+TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
############
# Recovery #