From 6d4ded04ac7524ea241797814d02cad35da8c14c Mon Sep 17 00:00:00 2001 From: Scott Mercer Date: Wed, 30 Apr 2025 14:46:51 -0400 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/18658 Signed-off-by: Robert Marko --- target/linux/qualcommax/image/ipq50xx.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/qualcommax/image/ipq50xx.mk b/target/linux/qualcommax/image/ipq50xx.mk index 08799f43d45..4de3fd292b1 100644 --- a/target/linux/qualcommax/image/ipq50xx.mk +++ b/target/linux/qualcommax/image/ipq50xx.mk @@ -40,7 +40,6 @@ define Device/glinet_gl-b3000 DEVICE_VENDOR := GL.iNet DEVICE_MODEL := GL-B3000 SOC := ipq5018 - KERNEL_LOADADDR := 0x41080000 KERNEL_IN_UBI := 1 BLOCKSIZE := 128k PAGESIZE := 2048 -- 2.47.2