conf: move UBOOT_HAS_FASTBOOT to ccimx8x common include
The SBC Express also supports fastboot now. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
f7a1a484a6
commit
13a46ed323
|
|
@ -42,7 +42,6 @@ XBEE_RESET_N_GPIO ?= "mca-gpio@15"
|
|||
XBEE_SLEEP_RQ_GPIO ?= "mca-gpio@11"
|
||||
XBEE_TTY ?= "ttyMCA0"
|
||||
|
||||
UBOOT_HAS_FASTBOOT = "true"
|
||||
|
||||
# Flash image types
|
||||
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ include conf/machine/include/arm/arch-arm64.inc
|
|||
# Platform u-boot settings
|
||||
UBOOT_PREFIX = "imx-boot"
|
||||
UBOOT_SUFFIX = "bin"
|
||||
UBOOT_HAS_FASTBOOT = "true"
|
||||
|
||||
# The bootloader image that gets flashed consists of U-Boot and several fw binaries
|
||||
EXTRA_IMAGEDEPENDS = "imx-boot"
|
||||
|
|
|
|||
Loading…
Reference in New Issue