From b0db3732985b78a666354a141e4ba95dd801cff2 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Sat, 21 Mar 2020 14:32:17 +0100 Subject: [PATCH] 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 --- board/stmicroelectronics/stm32mp157c-dk2/genimage.cfg | 1 - 1 file changed, 1 deletion(-) 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 } } -- 2.30.2