From 80b43964d01d5c84f66497d6295d786ff925c7de Mon Sep 17 00:00:00 2001 From: Vivien Didelot Date: Thu, 9 Aug 2012 14:11:09 -0400 Subject: u-boot: add AIS target format Signed-off-by: Vivien Didelot Signed-off-by: Thomas Petazzoni --- boot/uboot/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'boot/uboot/Config.in') diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index afc2f917a..900fac7fc 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -79,6 +79,14 @@ endif choice prompt "U-Boot binary format" + default BR2_TARGET_UBOOT_FORMAT_BIN + +config BR2_TARGET_UBOOT_FORMAT_AIS + bool "u-boot.ais" + help + AIS (Application Image Script) is a format defined by TI. + It is required to load code/data on OMAP-L1 processors. + u-boot.ais contains U-Boot with the SPL support. config BR2_TARGET_UBOOT_FORMAT_BIN bool "u-boot.bin" -- cgit v1.2.3