diff options
| author | Frank Hunleth <fhunleth@troodon-software.com> | 2015-04-18 16:27:43 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 11:06:51 +0200 |
| commit | 14f1a83ee3bd4728765b63976c5ec21b34e59c35 (patch) | |
| tree | 8242cd33be30c8790e2fef04a6dbbebccbc6872e /boot | |
| parent | 3e3fef39e71ed0426130b36aa00e4630ebb537ae (diff) | |
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>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/uboot/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 876929647..4f014995c 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -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 |
