uboot: simplify patch wildcard for BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 10 Apr 2013 22:16:10 +0000 (00:16 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 11 Apr 2013 05:47:54 +0000 (07:47 +0200)
commit964f36fe06a9fdd7be4b5b942176454a6cc052e4
tree08c414f6e88192bc1951ae668e1951a0cbac339a
parent742d24c68e7b0f931003152ec2e1a3b203f77206
uboot: simplify patch wildcard for BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR

To match the logic we have for BR2_LINUX_KERNEL_PATCH. The user has
already specified a custom patch directory, so we don't need to be
so specific about the what file names we accept, and it becomes quite
cumbersome when a custom git version is used.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/uboot/Config.in
boot/uboot/uboot.mk