[Buildroot] [git commit branch/next] board/minnowboard/genimage.cfg: fix option assignment spaces

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Nov 14 14:32:01 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=a76bc8bcf366cf57ea14d2de96f116b6daca10ee
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Option 'size=10M' must be 'size = 10M'.

Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 board/minnowboard/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/minnowboard/genimage.cfg b/board/minnowboard/genimage.cfg
index 34b3070901..2eccce2de4 100644
--- a/board/minnowboard/genimage.cfg
+++ b/board/minnowboard/genimage.cfg
@@ -9,7 +9,7 @@ image efi-part.vfat {
 		}
 	}
 
-	size=10M
+	size = 10M
 }
 
 # Create the sdcard image, pulling in



More information about the buildroot mailing list