diff options
author | Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> | 2006-02-22 17:48:43 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-22 17:48:43 +0100 |
commit | 599f52253ab38e1b9d3966279ce83e7816f1e5e0 (patch) | |
tree | 330f6d959177ed72a92f93a6c33ca2d6f025e78f /board/delta/config.mk | |
parent | ff3c2a947889a9d60fc1c869565aa88b2e44b37b (diff) | |
download | u-boot-imx-599f52253ab38e1b9d3966279ce83e7816f1e5e0.zip u-boot-imx-599f52253ab38e1b9d3966279ce83e7816f1e5e0.tar.gz u-boot-imx-599f52253ab38e1b9d3966279ce83e7816f1e5e0.tar.bz2 |
SDRAM now working.
Diffstat (limited to 'board/delta/config.mk')
-rw-r--r-- | board/delta/config.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/board/delta/config.mk b/board/delta/config.mk index 4b0fa67..d48fe05 100644 --- a/board/delta/config.mk +++ b/board/delta/config.mk @@ -1,5 +1,6 @@ #TEXT_BASE = 0x0 #TEXT_BASE = 0xa1700000 #TEXT_BASE = 0xa3080000 -#TEXT_BASE = 0xa3008000 -TEXT_BASE = 0x9ffe0000 +#TEXT_BASE = 0x9ffe0000 +TEXT_BASE = 0xa3008000 + |