mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
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@gmail.com>
This commit is contained in:
parent
baf2a50ef3
commit
368c20f06b
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user