diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-19 19:56:50 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-19 19:56:50 +0100 |
commit | 376a535fb38ebc35b05a98cbb184d37c381ba124 (patch) | |
tree | e8201762c63547b51adddaa56688e86ad672db67 /boot/uboot | |
parent | c29fad1e1b6a438b0012bc5703ae044370eb7222 (diff) |
u-boot: fix CUSTOM_PATCH_DIR documentation
We're using uboot-<version>-*.patch, and not u-boot-<version>-*.patch
Reported-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/uboot')
-rw-r--r-- | boot/uboot/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index daccd8bbc..506f35405 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-<version>-<something>.patch. + named uboot-<version>-<something>.patch. Most users may leave this empty |