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:
parent
62e0e1c6c6
commit
e2fb845970
|
|
@ -21,4 +21,4 @@ SERIAL_CONSOLES = "115200;ttymxc4"
|
||||||
BT_TTY ?= "ttymxc0"
|
BT_TTY ?= "ttymxc0"
|
||||||
|
|
||||||
# Flash image types
|
# Flash image types
|
||||||
IMAGE_FSTYPES ?= "tar.bz2 ubifs sdcard"
|
IMAGE_FSTYPES ?= "tar.bz2 ubifs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue