u-boot: add option for Freescale u-boot.imx format

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2013-09-26 16:41:25 +02:00
parent 9731bff140
commit b8326cb643
2 changed files with 5 additions and 0 deletions

View File

@@ -87,6 +87,9 @@ config BR2_TARGET_UBOOT_FORMAT_BIN
config BR2_TARGET_UBOOT_FORMAT_IMG
bool "u-boot.img"
config BR2_TARGET_UBOOT_FORMAT_IMX
bool "u-boot.imx"
config BR2_TARGET_UBOOT_FORMAT_NAND_BIN
bool "u-boot-nand.bin"