Pārlūkot izejas kodu

uboot: deprecate BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR

Users should use BR2_TARGET_UBOOT_PATCH instead.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Frank Hunleth 10 gadi atpakaļ
vecāks
revīzija
14f1a83ee3
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      boot/uboot/Config.in

+ 3 - 0
boot/uboot/Config.in

@@ -72,6 +72,7 @@ config BR2_TARGET_UBOOT_VERSION
 
 
 config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
 config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
 	string "custom patch dir"
 	string "custom patch dir"
+	depends on BR2_DEPRECATED_SINCE_2015_05
 	help
 	help
 	  If your board requires custom patches, add the path to the
 	  If your board requires custom patches, add the path to the
 	  directory containing the patches here. The patches must be
 	  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
 	  Most users may leave this empty
 
 
+	  NOTE: Use BR2_TARGET_UBOOT_PATCH instead.
+
 config BR2_TARGET_UBOOT_PATCH
 config BR2_TARGET_UBOOT_PATCH
 	string "Custom U-Boot patches"
 	string "Custom U-Boot patches"
 	help
 	help