]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base: Set WKS_FILE for mxs machines
authorFabio Berton <fabio.berton@ossystems.com.br>
Mon, 9 Oct 2017 17:12:19 +0000 (14:12 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 11 Oct 2017 13:30:14 +0000 (10:30 -0300)
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>
conf/machine/include/imx-base.inc

index 1f63a2b20e397a38c679032e08347adfa163d150..f5df54e68c70b241a0a41fbdceaebfa4437fc9b7 100644 (file)
@@ -252,6 +252,7 @@ WKS_FILE_DEPENDS ?= " \
 "
 
 SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks"
+SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks"
 
 WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}"