From 9404b049d79de889af02f5b4a11046b6e1543422 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 6 Nov 2014 18:38:19 -0200 Subject: [PATCH] m28evk: Remove double inclusion of KERNEL_IMAGETYPE KERNEL_IMAGETYPE = "uImage" is already present a few lines before, so remove the redundant inclusion. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- conf/machine/m28evk.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/machine/m28evk.conf b/conf/machine/m28evk.conf index 014be18..dec7971 100644 --- a/conf/machine/m28evk.conf +++ b/conf/machine/m28evk.conf @@ -18,8 +18,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" SERIAL_CONSOLE = "115200 ttyAMA0" -KERNEL_IMAGETYPE = "uImage" - MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" # Overrides due use of non-FSL kernel