mvebu: fix OpenBlocks AX3 image
authorMathias Kresin <dev@kresin.me>
Sun, 11 Sep 2016 17:06:32 +0000 (19:06 +0200)
committerMathias Kresin <dev@kresin.me>
Sun, 11 Sep 2016 17:40:45 +0000 (19:40 +0200)
The KERNEL_SIZE variable is unset and no padding is applied. This looks
like a typo to me since the ubinized image need to be aligned to the
flash blocksize.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/mvebu/image/Makefile

index f3eda17a0bfc1d9fdd5a450efccded041e46b5b2..7900fb9ddb4f0e3a6f03034b3d60e26fcdd6fd38 100644 (file)
@@ -141,7 +141,7 @@ define Device/openblocks-ax3
   DEVICE_DTS := armada-xp-openblocks-ax3-4
   BLOCKSIZE := 128k
   PAGESIZE := 1
-  IMAGE/factory.img := append-kernel $$$$(KERNEL_SIZE) | append-ubi
+  IMAGE/factory.img := append-kernel | pad-to $$(BLOCKSIZE) | append-ubi
   DEVICE_TITLE := Plat'Home OpenBlocks AX3
 endef
 TARGET_DEVICES += openblocks-ax3