summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/conf/machine/imx28evk.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx28evk.conf b/meta-fsl-arm/conf/machine/imx28evk.conf
index c25e54bb7..e63348774 100644
--- a/meta-fsl-arm/conf/machine/imx28evk.conf
+++ b/meta-fsl-arm/conf/machine/imx28evk.conf
@@ -15,7 +15,7 @@ UBOOT_CONFIG[sd] = "mx28evk_config,sdcard"
15UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs" 15UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs"
16UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard" 16UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard"
17 17
18KERNEL_IMAGETYPE = "uImage" 18KERNEL_IMAGETYPE = "zImage"
19KERNEL_DEVICETREE = "imx28-evk.dtb" 19KERNEL_DEVICETREE = "imx28-evk.dtb"
20 20
21SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" 21SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"