diff options
author | Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> | 2006-02-22 14:05:44 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-22 14:05:44 +0100 |
commit | ff3c2a947889a9d60fc1c869565aa88b2e44b37b (patch) | |
tree | 6e2a6b6a04f76312393b378fcab5e8a225385e75 /Makefile | |
parent | 48b6242aa1a5c8ef5f08abf30ebf9a49e3d95bd7 (diff) | |
download | u-boot-imx-ff3c2a947889a9d60fc1c869565aa88b2e44b37b.zip u-boot-imx-ff3c2a947889a9d60fc1c869565aa88b2e44b37b.tar.gz u-boot-imx-ff3c2a947889a9d60fc1c869565aa88b2e44b37b.tar.bz2 |
SDRAM now working for delta board, but there are still aliasing problems,
we only see 64MB.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1838,6 +1838,7 @@ clean: rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image rm -f board/trab/trab_fkt board/voiceblue/eeprom rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds + rm -f u-boot.objdump-* clobber: clean find . -type f \( -name .depend \ |