uboot: deprecate BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
authorFrank Hunleth <fhunleth@troodon-software.com>
Sat, 18 Apr 2015 20:27:43 +0000 (16:27 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Apr 2015 09:06:51 +0000 (11:06 +0200)
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>
boot/uboot/Config.in

index 87692964708c9dafef8a4e30cce45183a86f7f1b..4f014995cddfe3a177f86f25611d4fb6651f8c68 100644 (file)
@@ -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