rockpi4: increase root FS size to 720M when LINUX_MODULES=y
The kernel has grown. Increase the root FS image size from 640 to
720 MB to avoid TEE_ERROR_STORAGE_NO_SPACE.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
diff --git a/rockpi4.mk b/rockpi4.mk
index 5785c1d..595f1b5 100644
--- a/rockpi4.mk
+++ b/rockpi4.mk
@@ -37,7 +37,7 @@
BR2_PACKAGE_IFUPDOWN_SCRIPTS = y
BR2_SYSTEM_DHCP = eth0
# An image with module takes more space
-BR2_TARGET_ROOTFS_EXT2_SIZE = 640M
+BR2_TARGET_ROOTFS_EXT2_SIZE = 720M
# Enable SSH daemon for remote login
BR2_PACKAGE_OPENSSH = y
BR2_PACKAGE_OPENSSH_SERVER = y