summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorPeter Korsgaard2011-07-19 13:59:42 +0200
committerPeter Korsgaard2011-07-19 14:00:19 +0200
commite5decb1905708573e4741e786db7bbb8e1f93561 (patch)
treeb101a4b422df69c61dc6b9168c4b969175a9ac5a /boot
parentuboot-tools: enable fw_printenv by default (diff)
downloadbuildroot-e5decb1905708573e4741e786db7bbb8e1f93561.tar.gz
buildroot-e5decb1905708573e4741e786db7bbb8e1f93561.tar.xz
buildroot-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')
-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