[openwrt/openwrt] imx6: rename Freescale to NXP in BOARDNAME and profiles

LEDE Commits lede-commits at lists.infradead.org
Thu May 20 05:23:48 PDT 2021


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/368c20f06b53d867c6fd780715014b20dc5ab39e

commit 368c20f06b53d867c6fd780715014b20dc5ab39e
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Tue Mar 9 13:41:27 2021 +0100

    imx6: rename Freescale to NXP in BOARDNAME and profiles
    
    Freescale no longer exists, it was acquired by NXP in 2015.
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/imx6/Makefile                | 2 +-
 target/linux/imx6/profiles/100-default.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile
index 6582c83869..e735d1d885 100644
--- a/target/linux/imx6/Makefile
+++ b/target/linux/imx6/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
 
 ARCH:=arm
 BOARD:=imx6
-BOARDNAME:=Freescale i.MX 6
+BOARDNAME:=NXP i.MX 6
 FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part
 CPU_TYPE:=cortex-a9
 CPU_SUBTYPE:=neon
diff --git a/target/linux/imx6/profiles/100-default.mk b/target/linux/imx6/profiles/100-default.mk
index 28b0f4662c..a025b88888 100644
--- a/target/linux/imx6/profiles/100-default.mk
+++ b/target/linux/imx6/profiles/100-default.mk
@@ -8,7 +8,7 @@ define Profile/Default
 endef
 
 define Profile/Default/Description
- Package set compatible with most Freescale i.MX 6 based boards.
+ Package set compatible with most NXP i.MX 6 based boards.
 endef
 
 $(eval $(call Profile,Default))



More information about the lede-commits mailing list