2016-10-28 16:14:32 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
ARCH:=aarch64
|
2017-06-29 03:19:07 +00:00
|
|
|
BOARDNAME:=ARMv8 64-bit based boards
|
2017-09-04 05:42:49 +00:00
|
|
|
KERNELNAME:=Image dtbs
|
2016-10-28 16:14:32 +00:00
|
|
|
|
|
|
|
define Target/Description
|
2017-06-29 03:19:07 +00:00
|
|
|
Build firmware images for NXP Layerscape ARMv8 64-bit based boards.
|
2016-10-28 16:14:32 +00:00
|
|
|
endef
|