From: Bartosz Bilas Date: Sat, 21 Mar 2020 13:32:17 +0000 (+0100) Subject: board/stm32mp157c-dk2/genimage.cfg: drop hardcoded rootfs partition size X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0db3732985b78a666354a141e4ba95dd801cff2;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/board/stmicroelectronics/stm32mp157c-dk2/genimage.cfg b/board/stmicroelectronics/stm32mp157c-dk2/genimage.cfg index 2b9e832dc9..d1ce530cc5 100644 --- a/board/stmicroelectronics/stm32mp157c-dk2/genimage.cfg +++ b/board/stmicroelectronics/stm32mp157c-dk2/genimage.cfg @@ -19,6 +19,5 @@ image sdcard.img { image = "rootfs.ext4" partition-type = 0x83 bootable = "yes" - size = 256M } }