layerscape: fix CPU_TYPE for armv8_32b targets
[openwrt/staging/chunkeey.git] / target / linux / layerscape / armv8_32b / target.mk
1 #
2 # Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 ARCH:=arm
9 BOARDNAME:=ARMv8 32-bit based boards
10 CPU_TYPE:=cortex-a15
11 CPU_SUBTYPE:=neon-vfpv4
12 KERNELNAME:=zImage dtbs
13
14 define Target/Description
15 Build firmware images for NXP Layerscape ARMv8 32-bit based boards.
16 endef