[Buildroot] [git commit branch/next] board/kontron/pitx-imx8m/genimage.cfg: fix option suffix

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Nov 14 14:40:45 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=0ac19f1bf0b7872f5913dcd9d60075c9ed3c2452
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Option 'offset = 33k' must be 'offset = 33K'.

Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
Acked-by: Heiko Thiery <heiko.thiery at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 board/kontron/pitx-imx8m/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/kontron/pitx-imx8m/genimage.cfg b/board/kontron/pitx-imx8m/genimage.cfg
index c335b0c026..c78ef0f910 100644
--- a/board/kontron/pitx-imx8m/genimage.cfg
+++ b/board/kontron/pitx-imx8m/genimage.cfg
@@ -5,7 +5,7 @@ image sdcard.img {
 	partition imx-boot {
 		in-partition-table = "no"
 		image = "imx8-boot-sd.bin"
-		offset = 33k
+		offset = 33K
 	}
 
 	partition rootfs {



More information about the buildroot mailing list