qualcommax: ipq5018: glinet_gl-b3000: fix kernel alignment

fixes the following warning seen in bootlog

	"Kernel image misaligned at boot, please fix your bootloader!"

Fixes: 3307fe8 ("qualcommax: ipq50xx: add support for GL.iNET GL-B3000")

Signed-off-by: Scott Mercer <TheRootEd24@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18658
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Scott Mercer 2025-04-30 14:46:51 -04:00 committed by Robert Marko
parent c1cbcd35e7
commit 6d4ded04ac

View file

@ -40,7 +40,6 @@ define Device/glinet_gl-b3000
DEVICE_VENDOR := GL.iNet DEVICE_VENDOR := GL.iNet
DEVICE_MODEL := GL-B3000 DEVICE_MODEL := GL-B3000
SOC := ipq5018 SOC := ipq5018
KERNEL_LOADADDR := 0x41080000
KERNEL_IN_UBI := 1 KERNEL_IN_UBI := 1
BLOCKSIZE := 128k BLOCKSIZE := 128k
PAGESIZE := 2048 PAGESIZE := 2048