configs/nanopi_neo: determine roofs partition size automatically

Let genimage determine rootfs partition size based on the filesystem
image size.

Signed-off-by: Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Viktar Palstsiuk
2019-11-26 12:03:52 +03:00
committed by Thomas Petazzoni
parent 3e472fe8f9
commit 4976b8450d
2 changed files with 0 additions and 3 deletions

View File

@@ -29,6 +29,5 @@ image sdcard.img {
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
size = 32M
}
}