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:
Giulio Benetti 2021-11-09 11:18:37 +01:00 committed by Thomas Petazzoni
parent f89b3e14cf
commit 11db258cd6

View File

@ -24,7 +24,7 @@ image uboot.img {
partition uboot-full {
in-partition-table = "no"
image = "u-boot.img"
offset = 256k
offset = 256K
}
size = 1M