cgtqmx6: set KERNEL_IMAGETYPE to uImage

Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Alex de Cabo 2014-10-23 15:56:14 +02:00 committed by Otavio Salvador
parent 2bb1acc4a6
commit 46c9fe7cfb

View File

@ -31,6 +31,7 @@ UBOOT_BINARY = "u-boot.${UBOOT_CONFIG}.imx"
# Use linux kernel QMX6
PREFERRED_PROVIDER_virtual/kernel = "linux-congatec"
KERNEL_DEVICETREE = "imx6q-qmx6.dtb imx6dl-qmx6.dtb"
KERNEL_IMAGETYPE = "uImage"
SERIAL_CONSOLE = "115200 ttymxc1"