Commit 376a535f authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

u-boot: fix CUSTOM_PATCH_DIR documentation



We're using uboot-<version>-*.patch, and not u-boot-<version>-*.patch

Reported-by: default avatarJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c29fad1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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