diff options
author | Matthias Weisser <weisserm@arcor.de> | 2011-06-29 02:08:07 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-07-04 10:55:26 +0200 |
commit | a91916ff8e938a7299512e5e510f2a73ad1b676f (patch) | |
tree | 5d54aa215d392d7a17cc2bf5c578e07a6483185e /board/syteco/jadecpu/config.mk | |
parent | 0aeb01d512772a88e0cbe2fa8654daf1b0136189 (diff) | |
download | u-boot-imx-a91916ff8e938a7299512e5e510f2a73ad1b676f.zip u-boot-imx-a91916ff8e938a7299512e5e510f2a73ad1b676f.tar.gz u-boot-imx-a91916ff8e938a7299512e5e510f2a73ad1b676f.tar.bz2 |
arm: Update jadecpu board
Enable dcache and arch memset/memcpy for speed reasons
Remove of config.mk and some environment overwrites
Some generic cleanup
Signed-off-by: Matthias Weisser <weisserm@arcor.de>
Diffstat (limited to 'board/syteco/jadecpu/config.mk')
-rw-r--r-- | board/syteco/jadecpu/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/syteco/jadecpu/config.mk b/board/syteco/jadecpu/config.mk deleted file mode 100644 index 617603d..0000000 --- a/board/syteco/jadecpu/config.mk +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SYS_TEXT_BASE = 0x10000000 |