diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-10-09 14:12:19 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-11 10:30:14 -0300 |
commit | efdad570b56b977acd9308b13e0d926105e31a86 (patch) | |
tree | a66bc2023fe1640f8aa769c765ff2c6eb724de21 | |
parent | f3831bfcfd0cd6f9ce2df47463279d12c828e272 (diff) | |
download | meta-freescale-efdad570b56b977acd9308b13e0d926105e31a86.tar.gz |
imx-base: Set WKS_FILE for mxs machines
Use imx-uboot-mxs-bootpart.wks for mxs machine once u-boot suffix is
.sb instead of .imx.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/include/imx-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 1f63a2b2..f5df54e6 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -252,6 +252,7 @@ WKS_FILE_DEPENDS ?= " \ | |||
252 | " | 252 | " |
253 | 253 | ||
254 | SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks" | 254 | SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks" |
255 | SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks" | ||
255 | 256 | ||
256 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" | 257 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" |
257 | 258 | ||