summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls2080ardb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/ls2080ardb.conf')
-rw-r--r--conf/machine/ls2080ardb.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf
deleted file mode 100644
index 6dcc7dae..00000000
--- a/conf/machine/ls2080ardb.conf
+++ /dev/null
@@ -1,20 +0,0 @@
1#@TYPE: Machine
2#@NAME: NXP LS2080ARDB board
3#@SOC: LSCH3
4#@DESCRIPTION: Machine configuration for NXP QorIQ LS2080ARDB
5# with ARM Cortext-A57 core
6#@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com>
7
8MACHINEOVERRIDES =. "fsl-lsch3:ls2080a:"
9
10require conf/machine/include/qoriq-arm64.inc
11require conf/machine/include/arm/arch-armv8a.inc
12
13UBOOT_CONFIG ??= "nor"
14UBOOT_CONFIG[nor] = "ls2080ardb_defconfig"
15
16KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb"
17KERNEL_DEFCONFIG ?= "defconfig"
18
19EXTRA_IMAGEDEPENDS += "ls2-phy rcw management-complex"
20USE_VT = "0"