diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-16 20:24:05 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-16 20:24:05 +0200 |
commit | 1b8b3d8e95a2d25aa6628ab0a0c2c68d5bf031d3 (patch) | |
tree | a079b4cc1a550cdb7bee28f21e27caf5acf3f2ef | |
parent | 8743bf3b26da3a6c1e3979a83396e7edae034ddb (diff) | |
download | device_hardkernel_odroidu3-replicant-11.tar.gz device_hardkernel_odroidu3-replicant-11.tar.bz2 device_hardkernel_odroidu3-replicant-11.zip |
Disable sparse imagesHEADreplicant-11-nlnet-eu-grant-825310-replicant-updatereplicant-11
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | BoardConfig.mk | 3 |
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 # |