board/altera/socrates_cyclone5/genimage.cfg: fix offset suffix
For consistency 'offset = 256k' must be 'offset = 256K' Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f89b3e14cf
commit
11db258cd6
@ -24,7 +24,7 @@ image uboot.img {
|
|||||||
partition uboot-full {
|
partition uboot-full {
|
||||||
in-partition-table = "no"
|
in-partition-table = "no"
|
||||||
image = "u-boot.img"
|
image = "u-boot.img"
|
||||||
offset = 256k
|
offset = 256K
|
||||||
}
|
}
|
||||||
|
|
||||||
size = 1M
|
size = 1M
|
||||||
|
Loading…
Reference in New Issue
Block a user