diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-09-21 16:59:49 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:20 -0300 |
commit | e857011a4f874c62861f9ae6d7afcb4df0cf7baa (patch) | |
tree | 92fcf12a062e1a05fe54ad129c8a3cb8f7615e8b /conf/machine/imx28evk.conf | |
parent | e88dee3b0d5ac49d2ebaa8014b79a46044482776 (diff) | |
download | meta-freescale-e857011a4f874c62861f9ae6d7afcb4df0cf7baa.tar.gz |
mxs-base.inc: Consolidate IMAGE_FSTYPES definition
The default value for IMAGE_FSTYPES including SDCard class enable all
machine to work out of the box using the .sdcard image.
The removed duplication affected the following machines:
- imx23evk
- imx28evk
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx28evk.conf')
-rw-r--r-- | conf/machine/imx28evk.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf index 86123c31..5a55d725 100644 --- a/conf/machine/imx28evk.conf +++ b/conf/machine/imx28evk.conf | |||
@@ -17,9 +17,6 @@ UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard" | |||
17 | 17 | ||
18 | KERNEL_DEVICETREE = "imx28-evk.dtb" | 18 | KERNEL_DEVICETREE = "imx28-evk.dtb" |
19 | 19 | ||
20 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | ||
21 | IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" | ||
22 | |||
23 | SERIAL_CONSOLE = "115200 ttyAMA0" | 20 | SERIAL_CONSOLE = "115200 ttyAMA0" |
24 | 21 | ||
25 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" | 22 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" |