board/stm32mp157c-dk2/genimage.cfg: drop hardcoded rootfs partition size

Let genimage to match the size of the rootfs image instead.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bartosz Bilas 2020-03-21 14:32:17 +01:00 committed by Thomas Petazzoni
parent f779d1be65
commit b0db373298

View File

@ -19,6 +19,5 @@ image sdcard.img {
image = "rootfs.ext4"
partition-type = 0x83
bootable = "yes"
size = 256M
}
}