board/nezha/genimage.cfg: fix offset value notation

Option "offset = 12288K" must be "offset = 12M" according to the new
guidelines specified in Buildroot Manual with previous patch.

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:44 +01:00 committed by Thomas Petazzoni
parent f863c6ca87
commit ba9f42d5eb

View File

@ -19,7 +19,7 @@ image sdcard.img {
partition u-boot-1 {
in-partition-table = "no"
image = "u-boot.toc1"
offset = 12288K
offset = 12M
}
partition u-boot-2 {