From 376a535fb38ebc35b05a98cbb184d37c381ba124 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 19 Nov 2011 19:56:50 +0100 Subject: [PATCH] u-boot: fix CUSTOM_PATCH_DIR documentation We're using uboot--*.patch, and not u-boot--*.patch Reported-by: Jerzy Grzegorek Signed-off-by: Peter Korsgaard --- boot/uboot/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index daccd8bbcd..506f35405c 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -61,7 +61,7 @@ config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR help If your board requires custom patches, add the path to the directory containing the patches here. The patches must be - named u-boot--.patch. + named uboot--.patch. Most users may leave this empty