summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-10-18 13:06:40 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-18 11:42:30 -0200
commit945eaeae7058baf8751fd387a7b1184adcd3f4b8 (patch)
tree28a7909e266088ba4f6e8ca2670e5463cd3fce88 /conf
parent41b8cc5ae52d5b431deb2c698970fcf9f489d80d (diff)
downloadmeta-freescale-945eaeae7058baf8751fd387a7b1184adcd3f4b8.tar.gz
ls1012afrdm-32b: rcw instead of ls2-rcw
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1012afrdm-32b.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls1012afrdm-32b.conf b/conf/machine/ls1012afrdm-32b.conf
index e720ba3e..e55ab74c 100644
--- a/conf/machine/ls1012afrdm-32b.conf
+++ b/conf/machine/ls1012afrdm-32b.conf
@@ -19,7 +19,7 @@ KERNEL_IMAGETYPE = "zImage"
19KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frdm.dtb" 19KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frdm.dtb"
20KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig" 20KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
21 21
22EXTRA_IMAGEDEPENDS += "ppa ls2-rcw" 22EXTRA_IMAGEDEPENDS += "ppa rcw"
23USE_VT = "0" 23USE_VT = "0"
24 24
25require conf/multilib.conf 25require conf/multilib.conf