ccimx6ul: enable UBOOT_HAS_FASTBOOT
This allows the generation of the uuu install script artifact. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
c92392ffdf
commit
d30eddd326
|
|
@ -11,6 +11,7 @@ include conf/machine/include/tune-cortexa7.inc
|
||||||
# Platform u-boot settings
|
# Platform u-boot settings
|
||||||
UBOOT_PREFIX = "u-boot"
|
UBOOT_PREFIX = "u-boot"
|
||||||
UBOOT_SUFFIX = "imx"
|
UBOOT_SUFFIX = "imx"
|
||||||
|
UBOOT_HAS_FASTBOOT = "true"
|
||||||
|
|
||||||
STORAGE_MEDIA = "mtd"
|
STORAGE_MEDIA = "mtd"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue