aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/image
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tomek_n@o2.pl>2020-02-25 20:07:37 +0100
committerPetr Štetiar <ynezz@true.cz>2020-03-12 12:59:44 +0100
commitfef2114b317d7e1788edf8b96c3cb4f6c63bf1fb (patch)
treef8c8fc4dd15b2de200bc19080440cb963d82e886 /target/linux/layerscape/image
parent3a3d998c129c3316c188b1abd9b2d3b0fc82ab2e (diff)
downloadupstream-fef2114b317d7e1788edf8b96c3cb4f6c63bf1fb.tar.gz
upstream-fef2114b317d7e1788edf8b96c3cb4f6c63bf1fb.tar.bz2
upstream-fef2114b317d7e1788edf8b96c3cb4f6c63bf1fb.zip
layerscape: ls1012afrdm: add uncompressed initramfs
Uncompressing of initramfs image fails on board with U-Boot from "QorIQ SDK (FSL Reference Distro) 2.0". Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'target/linux/layerscape/image')
-rw-r--r--target/linux/layerscape/image/armv8_64b.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/layerscape/image/armv8_64b.mk b/target/linux/layerscape/image/armv8_64b.mk
index 0322183b96..c2e091fb2a 100644
--- a/target/linux/layerscape/image/armv8_64b.mk
+++ b/target/linux/layerscape/image/armv8_64b.mk
@@ -35,6 +35,7 @@ define Device/ls1012afrdm
ls-append-dtb $$(DEVICE_DTS) | pad-to 16M | \
append-kernel | pad-to 32M | \
append-ubi | check-size 67108865
+ KERNEL_INITRAMFS := kernel-bin | fit none $$(DTS_DIR)/$$(DEVICE_DTS).dtb
endef
TARGET_DEVICES += ls1012afrdm