diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2020-02-25 20:07:37 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-12 12:59:44 +0100 |
commit | fef2114b317d7e1788edf8b96c3cb4f6c63bf1fb (patch) | |
tree | f8c8fc4dd15b2de200bc19080440cb963d82e886 | |
parent | 3a3d998c129c3316c188b1abd9b2d3b0fc82ab2e (diff) | |
download | upstream-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>
-rw-r--r-- | target/linux/layerscape/image/armv8_64b.mk | 1 |
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 |