[Buildroot] [PATCH 1/6] board/stm32mp157c-dk2/genimage.cfg: drop hardcoded rootfs partition size

Bartosz Bilas b.bilas at grinn-global.com
Sat Mar 21 13:32:17 UTC 2020


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

Signed-off-by: Bartosz Bilas <b.bilas at grinn-global.com>
---
 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.25.2




More information about the buildroot mailing list