diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ls2080ardb.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf new file mode 100644 index 00000000..30dfe209 --- /dev/null +++ b/conf/machine/ls2080ardb.conf | |||
@@ -0,0 +1,18 @@ | |||
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 | require conf/machine/include/qoriq-arm64.inc | ||
9 | require conf/machine/include/arm/arch-arm64.inc | ||
10 | |||
11 | UBOOT_CONFIG ??= "nor" | ||
12 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" | ||
13 | |||
14 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb" | ||
15 | KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" | ||
16 | |||
17 | EXTRA_IMAGEDEPENDS += "dpl-examples ls2-phy ls2-rcw management-complex" | ||
18 | USE_VT = "0" | ||