mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
board/minnowboard/genimage.cfg: fix option assignment spaces
Option 'size=10M' must be 'size = 10M'. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9fa7dbbbba
commit
a76bc8bcf3
@@ -9,7 +9,7 @@ image efi-part.vfat {
|
||||
}
|
||||
}
|
||||
|
||||
size=10M
|
||||
size = 10M
|
||||
}
|
||||
|
||||
# Create the sdcard image, pulling in
|
||||
|
||||
Reference in New Issue
Block a user