diff options
author | Heiko Schocher <hs@pollux.denx.de> | 2007-07-11 18:39:11 +0200 |
---|---|---|
committer | Heiko Schocher <hs@pollux.denx.de> | 2007-07-11 18:39:11 +0200 |
commit | 96e1d75be8193ca79e4215a368bf9d7f2362450f (patch) | |
tree | a53bd57d764d2db6b63da07d821f51c3f60d160b /Makefile | |
parent | 4ef218f6fdf8d747f4589da5252b004e7d2c2876 (diff) | |
download | talos-obmc-uboot-96e1d75be8193ca79e4215a368bf9d7f2362450f.tar.gz talos-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< > $@ |