summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ls2080ardb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf
index c65d3250..d58a86a4 100644
--- a/conf/machine/ls2080ardb.conf
+++ b/conf/machine/ls2080ardb.conf
@@ -14,7 +14,7 @@ UBOOT_CONFIG ??= "nor"
14UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" 14UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
15 15
16KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb" 16KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb"
17KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" 17KERNEL_DEFCONFIG ?= "defconfig"
18 18
19EXTRA_IMAGEDEPENDS += "dpl-examples ls2-phy rcw management-complex" 19EXTRA_IMAGEDEPENDS += "dpl-examples ls2-phy rcw management-complex"
20USE_VT = "0" 20USE_VT = "0"