diff options
Diffstat (limited to 'conf/machine/imx28evk.conf')
-rw-r--r-- | conf/machine/imx28evk.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf index c00d358..62c468f 100644 --- a/conf/machine/imx28evk.conf +++ b/conf/machine/imx28evk.conf | |||
@@ -13,6 +13,7 @@ UBOOT_MAKE_TARGET = "u-boot.sb" | |||
13 | UBOOT_SUFFIX = "sb" | 13 | UBOOT_SUFFIX = "sb" |
14 | 14 | ||
15 | KERNEL_IMAGETYPE = "uImage" | 15 | KERNEL_IMAGETYPE = "uImage" |
16 | KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx28-evk.dts" | ||
16 | 17 | ||
17 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | 18 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" |
18 | IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" | 19 | IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" |