summaryrefslogtreecommitdiff
path: root/boot/u-boot/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-15 23:25:53 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-10 21:05:13 +0200
commitbbd247b7c0808b0a9783bb27688b47a4ac741ead (patch)
tree92dd19bc7f17cc20b07a50602d6164e77d36bfbe /boot/u-boot/Config.in
parentb116aff43428adbede513850902a397fa58d0a3c (diff)
u-boot: simplify custom patch handling
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/u-boot/Config.in')
-rw-r--r--boot/u-boot/Config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in
index 4c76d57b9..78a195d25 100644
--- a/boot/u-boot/Config.in
+++ b/boot/u-boot/Config.in
@@ -33,10 +33,13 @@ config BR2_UBOOT_VERSION
default "2009.11" if BR2_TARGET_UBOOT_2009_11
default "2009.08" if BR2_TARGET_UBOOT_2009_08
-config BR2_TARGET_UBOOT_CUSTOM_PATCH
- string "custom patch"
+config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
+ string "custom patch dir"
help
- If your board requires a custom patch, add the path to the file here.
+ If your board requires custom patches, add the path to the
+ directory containing the patches here. The patches must be
+ named u-boot-<version>-<something>.patch.
+
Most users may leave this empty
choice