diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-04-26 11:26:10 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-05-25 10:36:44 -0300 |
commit | 7477a7a8b4426773e8e36ac94c151ac748cdf62d (patch) | |
tree | 469f1b07b87685ef05879744c60a0533fe1720c6 /conf/machine/ls1012afrdm-32b.conf | |
parent | 7ad02cc019db9d7cda23272bfbe9a011a8b2b823 (diff) | |
download | meta-freescale-7477a7a8b4426773e8e36ac94c151ac748cdf62d.tar.gz |
ls1012afrdm-32b: rcw instead of rcw-bin
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1012afrdm-32b.conf')
-rw-r--r-- | conf/machine/ls1012afrdm-32b.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls1012afrdm-32b.conf b/conf/machine/ls1012afrdm-32b.conf index 853260c5..e74cdff9 100644 --- a/conf/machine/ls1012afrdm-32b.conf +++ b/conf/machine/ls1012afrdm-32b.conf | |||
@@ -25,7 +25,7 @@ KERNEL_IMAGETYPE = "zImage" | |||
25 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frdm.dtb" | 25 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frdm.dtb" |
26 | KERNEL_DEFCONFIG ?= "multi_v7_defconfig" | 26 | KERNEL_DEFCONFIG ?= "multi_v7_defconfig" |
27 | 27 | ||
28 | EXTRA_IMAGEDEPENDS += "ppa rcw-bin" | 28 | EXTRA_IMAGEDEPENDS += "ppa rcw" |
29 | USE_VT = "0" | 29 | USE_VT = "0" |
30 | 30 | ||
31 | require conf/multilib.conf | 31 | require conf/multilib.conf |