diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-19 13:59:42 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-19 14:00:19 +0200 |
commit | e5decb1905708573e4741e786db7bbb8e1f93561 (patch) | |
tree | b101a4b422df69c61dc6b9168c4b969175a9ac5a /boot | |
parent | cfb54ef515dc6043ffdca14424307791c14f2a18 (diff) |
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.mk | 2 |
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 |