imx6qdl-pico: Fix WKS_FILES error

Fixed the name of WKS_FILES, which was not found and
had an error during the build.

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Change-Id: If51edd53b0f992858ad8289aed558f12d914aba0
This commit is contained in:
Domarys Correa 2020-06-02 08:46:38 -03:00 committed by Otavio Salvador
parent b17cb68d1b
commit a58f9da519

View File

@ -45,6 +45,6 @@ MACHINE_EXTRA_RRECOMMENDS += " \
bcm4339-nvram-config \
"
WKS_FILES ?= "imx-uboot-spl.wks"
WKS_FILES ?= "imx-uboot-spl.wks.in"
WKS_FILE_DEPENDS ?= ""
IMAGE_FSTYPES = "wic.bmap wic.xz ext4.gz"