summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2007-07-11 18:39:11 +0200
committerHeiko Schocher <hs@pollux.denx.de>2007-07-11 18:39:11 +0200
commit96e1d75be8193ca79e4215a368bf9d7f2362450f (patch)
treea53bd57d764d2db6b63da07d821f51c3f60d160b /Makefile
parent4ef218f6fdf8d747f4589da5252b004e7d2c2876 (diff)
downloadblackbird-obmc-uboot-96e1d75be8193ca79e4215a368bf9d7f2362450f.tar.gz
blackbird-obmc-uboot-96e1d75be8193ca79e4215a368bf9d7f2362450f.zip
[PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed
- now the Flash ST M29W040B is supported (not tested) - fix the "led" command - fix compile error, if BUILD_DIR is used Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47e4e670ab..c45700e08d 100644
--- a/Makefile
+++ b/Makefile
@@ -268,7 +268,7 @@ $(obj)u-boot.img: $(obj)u-boot.bin
-d $< $@
$(obj)u-boot.sha1: $(obj)u-boot.bin
- ./tools/ubsha1 $(obj)u-boot.bin
+ $(obj)./tools/ubsha1 $(obj)u-boot.bin
$(obj)u-boot.dis: $(obj)u-boot
$(OBJDUMP) -d $< > $@
OpenPOWER on IntegriCloud