mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ipq807x: fix boardname and license (#7501)
This commit is contained in:
parent
737e0fd864
commit
5ca5a488f0
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
ARCH:=aarch64
|
||||
BOARD:=ipq807x
|
||||
BOARDNAME:=Qualcomm IPQ807x
|
||||
BOARDNAME:=Qualcomm Atheros IPQ807x
|
||||
FEATURES:=squashfs ramdisk fpu nand source-only
|
||||
KERNELNAME:=Image dtbs
|
||||
CPU_TYPE:=cortex-a53
|
||||
|
@ -1,5 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
/* Copyright (C) 2021 AmadeusGhost <amadeus@immortalwrt.org> */
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* Copyright (C) 2020 The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
/ {
|
||||
reserved-memory {
|
||||
@ -44,7 +45,7 @@
|
||||
|
||||
wifi_dump@50500000 {
|
||||
no-map;
|
||||
reg = <0x0 0x50500000 0x0 0x200000>;
|
||||
reg = <0x0 0x50500000 0x0 0x200000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user