mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
f84d6d2f3a
During the introduction of the ath79/nand images for the GL-AR300M series the firmware partition label and compatible were altered, but the necessary adjustments have not been made for the GL-AR300M16 and the GL-AR300M-Lite. This will result in a non-bootable partition setup for these devices. This patch adds the necessary definitions to those two devices. Fixes:55e6c903ae
("ath79: GL-AR300M: provide NAND support; increase to 4 MB kernel") Fixes:b591cabd39
("ath79: add GL.iNet GL-AR300M16 as NOR-only board") Signed-off-by: Jeff Kletsky <git-commits@allycomm.com> [extend commit message, alter commit title] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
/dts-v1/;
|
|
|
|
#include "qca9531_glinet_gl-ar300m.dtsi"
|
|
|
|
/ {
|
|
compatible = "glinet,gl-ar300m16", "qca,qca9531";
|
|
model = "GL.iNet GL-AR300M16";
|
|
};
|
|
|
|
/delete-node/ &nand_flash;
|
|
|
|
&nor_firmware {
|
|
compatible = "denx,uimage";
|
|
label = "firmware";
|
|
};
|