mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
layerscape: Switch LS1012A-FRDM initramfs to gzip
At this moment LS1012A-FRDM have uncompressed initramfs image. Error was caused, because gzip extract area overlap image. Let's change loadaddr and enable gzip initramfs images again. Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
This commit is contained in:
parent
d64d1c86cc
commit
afcccaad82
@ -1,5 +1,5 @@
|
|||||||
fdtaddr=0x8f000000
|
fdtaddr=0x8f000000
|
||||||
loadaddr=0x81000000
|
loadaddr=0x88000000
|
||||||
fdt_high=0x8fffffff
|
fdt_high=0x8fffffff
|
||||||
initrd_high=0xffffffffffffffff
|
initrd_high=0xffffffffffffffff
|
||||||
qspi_boot=sf probe 0:0;sf read $loadaddr 1000000 2800000;bootm $loadaddr
|
qspi_boot=sf probe 0:0;sf read $loadaddr 1000000 2800000;bootm $loadaddr
|
||||||
|
@ -46,7 +46,6 @@ define Device/fsl_ls1012a-frdm
|
|||||||
append-rootfs | pad-rootfs | \
|
append-rootfs | pad-rootfs | \
|
||||||
check-size $(LS_SYSUPGRADE_IMAGE_SIZE) | append-metadata
|
check-size $(LS_SYSUPGRADE_IMAGE_SIZE) | append-metadata
|
||||||
KERNEL := kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
|
KERNEL := kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
|
||||||
KERNEL_INITRAMFS := kernel-bin | fit none $$(DTS_DIR)/$$(DEVICE_DTS).dtb
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += fsl_ls1012a-frdm
|
TARGET_DEVICES += fsl_ls1012a-frdm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user