imx6: rename target to 'imx'
This is first step in migrating to a generic i.MX target which in the next steps will also get divided into arch-specific subtargets. In the result, this will make it possible to support, within a single target, also other modern NXP i.MX families, like the i.MX 7, i.MX 8 or recently introduced i.MX 9. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
		| @@ -5,8 +5,8 @@ | |||||||
| include $(TOPDIR)/rules.mk | include $(TOPDIR)/rules.mk | ||||||
| 
 | 
 | ||||||
| ARCH:=arm | ARCH:=arm | ||||||
| BOARD:=imx6 | BOARD:=imx | ||||||
| BOARDNAME:=NXP i.MX 6 | BOARDNAME:=NXP i.MX | ||||||
| FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part | FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part | ||||||
| CPU_TYPE:=cortex-a9 | CPU_TYPE:=cortex-a9 | ||||||
| CPU_SUBTYPE:=neon | CPU_SUBTYPE:=neon | ||||||
| @@ -1,4 +1,4 @@ | |||||||
| . /lib/imx6.sh | . /lib/imx.sh | ||||||
| . /lib/functions.sh | . /lib/functions.sh | ||||||
| . /lib/upgrade/common.sh | . /lib/upgrade/common.sh | ||||||
| 
 | 
 | ||||||
| @@ -2,7 +2,7 @@ | |||||||
| # Copyright (C) 2010-2015 OpenWrt.org | # Copyright (C) 2010-2015 OpenWrt.org | ||||||
| # | # | ||||||
| 
 | 
 | ||||||
| . /lib/imx6.sh | . /lib/imx.sh | ||||||
| 
 | 
 | ||||||
| RAMFS_COPY_BIN='blkid jffs2reset' | RAMFS_COPY_BIN='blkid jffs2reset' | ||||||
| 
 | 
 | ||||||
| @@ -8,7 +8,7 @@ define Profile/Default | |||||||
| endef | endef | ||||||
| 
 | 
 | ||||||
| define Profile/Default/Description | define Profile/Default/Description | ||||||
|  Package set compatible with most NXP i.MX 6 based boards. |  Package set compatible with most NXP i.MX based boards. | ||||||
| endef | endef | ||||||
| 
 | 
 | ||||||
| $(eval $(call Profile,Default)) | $(eval $(call Profile,Default)) | ||||||
		Reference in New Issue
	
	Block a user
	 Piotr Dymacz
					Piotr Dymacz