projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a3d998
)
layerscape: ls1012afrdm: add uncompressed initramfs
author
Tomasz Maciej Nowak
<tomek_n@o2.pl>
Tue, 25 Feb 2020 19:07:37 +0000
(20:07 +0100)
committer
Petr Štetiar
<ynezz@true.cz>
Thu, 12 Mar 2020 11:59:44 +0000
(12:59 +0100)
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>
target/linux/layerscape/image/armv8_64b.mk
patch
|
blob
|
history
diff --git
a/target/linux/layerscape/image/armv8_64b.mk
b/target/linux/layerscape/image/armv8_64b.mk
index 0322183b9647e52cd9cd07fce3a22d2a0220d41f..c2e091fb2af17e54cddfaad5231ad28bcaced5db 100644
(file)
--- 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