diff mbox series

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

Message ID 20200321133222.1393674-1-b.bilas@grinn-global.com
State Accepted
Headers show
Series [1/6] board/stm32mp157c-dk2/genimage.cfg: drop hardcoded rootfs partition size | expand

Commit Message

Bartosz Bilas March 21, 2020, 1:32 p.m. UTC
Let genimage to match the size of the rootfs image instead.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 board/stmicroelectronics/stm32mp157c-dk2/genimage.cfg | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Petazzoni March 21, 2020, 2:31 p.m. UTC | #1
On Sat, 21 Mar 2020 14:32:17 +0100
Bartosz Bilas <b.bilas@grinn-global.com> wrote:

> Let genimage to match the size of the rootfs image instead.
> 
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
> ---
>  board/stmicroelectronics/stm32mp157c-dk2/genimage.cfg | 1 -
>  1 file changed, 1 deletion(-)

Thanks, series applied. There were two minor issues on PATCH 3/6, I'll
reply to this one specifically.

Best regards,

Thomas
diff mbox series

Patch

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
 	}
 }