Signed-off-by: Uwe Kleine-König <[email protected]>
---
Changes since (implicit) v1:
 - add S-o-b

 scripts/kwbimage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/kwbimage.c b/scripts/kwbimage.c
index 79ca85b72d8e..2af96f055c7e 100644
--- a/scripts/kwbimage.c
+++ b/scripts/kwbimage.c
@@ -886,7 +886,7 @@ static void *image_create_v1(struct image_cfg_element 
*image_cfg,
                }
 
                /* payload size must be multiple of 32b */
-               payloadsz = 4 * ((s.st_size + 3)/4);
+               payloadsz = ALIGN_SUP(s.st_size, 4);
        }
 
        /* The payload should be aligned on some reasonable
-- 
2.10.2


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to