|
@@ -470,6 +470,14 @@ config BR2_TARGET_UBOOT_FORMAT_SD
|
|
|
|
|
|
See doc/README.mxs (or doc/README.mx28_common before 2013.07)
|
|
See doc/README.mxs (or doc/README.mx28_common before 2013.07)
|
|
|
|
|
|
|
|
+config BR2_TARGET_UBOOT_FORMAT_QSPI_BIN
|
|
|
|
+ bool "qspi.bin"
|
|
|
|
+ depends on BR2_TARGET_UBOOT_ZYNQMP
|
|
|
|
+ help
|
|
|
|
+ When booting from qspi flash, u-boot can generate a single
|
|
|
|
+ file for flashing by combining the spl/boot.bin and
|
|
|
|
+ u-boot.itb files into a unified binary.
|
|
|
|
+
|
|
config BR2_TARGET_UBOOT_FORMAT_STM32
|
|
config BR2_TARGET_UBOOT_FORMAT_STM32
|
|
bool "u-boot.stm32"
|
|
bool "u-boot.stm32"
|
|
depends on BR2_arm
|
|
depends on BR2_arm
|