Skip to content

Commit

Permalink
ath79: zte-mf28x-common: fix initramfs execution
Browse files Browse the repository at this point in the history
Now that LZMA_TEXT_START is configurable per-target once again,
move the target above 32MB boundary for ZTE MF28* devices.

Signed-off-by: Lech Perczak <[email protected]>
  • Loading branch information
Leo-PL committed Jan 15, 2025
1 parent 61f2cd7 commit 30fdf03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions target/linux/ath79/image/nand.mk
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,10 @@ define Device/zte_mf28x_common
DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct
BLOCKSIZE := 128k
PAGESIZE := 2048
LOADER_TYPE := bin
LZMA_TEXT_START := 0x82800000
KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | uImage none
KERNEL_INITRAMFS := $$(KERNEL)
KERNEL_SIZE := 4096k
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
endef
Expand Down

0 comments on commit 30fdf03

Please sign in to comment.