From e5decb1905708573e4741e786db7bbb8e1f93561 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 19 Jul 2011 13:59:42 +0200 Subject: uboot: fix custom patch dir typo Noticed by robinmholt on IRC. Signed-off-by: Peter Korsgaard --- boot/uboot/uboot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/uboot') diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index 142557995..776bdefcb 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -56,7 +56,7 @@ define UBOOT_APPLY_CUSTOM_PATCHES uboot-$(UBOOT_VERSION)-\*.patch endef -UBOOT_POST_PATCH_HOOKS += U_BOOT_APPLY_CUSTOM_PATCHES +UBOOT_POST_PATCH_HOOKS += UBOOT_APPLY_CUSTOM_PATCHES endif define UBOOT_CONFIGURE_CMDS -- cgit v1.2.3