summaryrefslogtreecommitdiffstats
path: root/boot/uboot
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-07-19 13:59:42 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-19 14:00:19 +0200
commite5decb1905708573e4741e786db7bbb8e1f93561 (patch)
treeb101a4b422df69c61dc6b9168c4b969175a9ac5a /boot/uboot
parentcfb54ef515dc6043ffdca14424307791c14f2a18 (diff)
downloadbuildroot-novena-e5decb1905708573e4741e786db7bbb8e1f93561.tar.gz
buildroot-novena-e5decb1905708573e4741e786db7bbb8e1f93561.zip
uboot: fix custom patch dir typo
Noticed by robinmholt on IRC. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/uboot')
-rw-r--r--boot/uboot/uboot.mk2
1 files changed, 1 insertions, 1 deletions
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