ccimx6ulstarter: remove sdcard image creation

The CC6UL does not support booting from SD card, so it does not make
sense to create a SDCARD image by default.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-06-20 18:59:36 +02:00
parent 62e0e1c6c6
commit e2fb845970
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ SERIAL_CONSOLES = "115200;ttymxc4"
BT_TTY ?= "ttymxc0"
# Flash image types
IMAGE_FSTYPES ?= "tar.bz2 ubifs sdcard"
IMAGE_FSTYPES ?= "tar.bz2 ubifs"