diff options
Diffstat (limited to 'conf/machine/ls2080ardb.conf')
-rw-r--r-- | conf/machine/ls2080ardb.conf | 20 |
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 | |||
8 | MACHINEOVERRIDES =. "fsl-lsch3:ls2080a:" | ||
9 | |||
10 | require conf/machine/include/qoriq-arm64.inc | ||
11 | require conf/machine/include/arm/arch-armv8a.inc | ||
12 | |||
13 | UBOOT_CONFIG ??= "nor" | ||
14 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig" | ||
15 | |||
16 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb" | ||
17 | KERNEL_DEFCONFIG ?= "defconfig" | ||
18 | |||
19 | EXTRA_IMAGEDEPENDS += "ls2-phy rcw management-complex" | ||
20 | USE_VT = "0" | ||