Commit 14f1a83e authored by Frank Hunleth's avatar Frank Hunleth Committed by Thomas Petazzoni
Browse files

uboot: deprecate BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR



Users should use BR2_TARGET_UBOOT_PATCH instead.

Signed-off-by: default avatarFrank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 3e3fef39
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ config BR2_TARGET_UBOOT_VERSION

config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
	string "custom patch dir"
	depends on BR2_DEPRECATED_SINCE_2015_05
	help
	  If your board requires custom patches, add the path to the
	  directory containing the patches here. The patches must be
@@ -79,6 +80,8 @@ config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR

	  Most users may leave this empty

	  NOTE: Use BR2_TARGET_UBOOT_PATCH instead.

config BR2_TARGET_UBOOT_PATCH
	string "Custom U-Boot patches"
	help