mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
board/kontron/smarc-sal28/genimage.cfg: fix option suffix
Option 'offset = 4k' must be 'offset = 4K'. 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
0ac19f1bf0
commit
f863c6ca87
@@ -4,7 +4,7 @@ image sdcard-emmc.img {
|
||||
}
|
||||
|
||||
partition rcw {
|
||||
offset = 4k
|
||||
offset = 4K
|
||||
in-partition-table = "no"
|
||||
image = "rcw.bin"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user