summaryrefslogtreecommitdiffstats
path: root/boot/uboot/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'boot/uboot/Config.in')
-rw-r--r--boot/uboot/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index aadf75707..6b2fa47d0 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -68,6 +68,9 @@ config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL
config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION
string "Custom Git version"
+config BR2_TARGET_UBOOT_CUSTOM_GIT_LOCALVERSION
+ string "Custom 'localversion' (to override setlocalversion)"
+
endif
choice
@@ -94,6 +97,10 @@ config BR2_TARGET_UBOOT_FORMAT_KWB
depends on BR2_arm
bool "u-boot.kwb (Marvell)"
+config BR2_TARGET_UBOOT_FORMAT_IMX
+ depends on BR2_arm
+ bool "u-boot.imx (Freescale)"
+
config BR2_TARGET_UBOOT_FORMAT_LDR
depends on BR2_bfin
bool "u-boot.ldr"