From bbd247b7c0808b0a9783bb27688b47a4ac741ead Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 15 Mar 2010 23:25:53 +0100 Subject: u-boot: simplify custom patch handling Signed-off-by: Thomas Petazzoni --- boot/u-boot/Config.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'boot/u-boot/Config.in') 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--.patch. + Most users may leave this empty choice -- cgit v1.2.3