diff options
author | Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> | 2006-02-20 16:37:37 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-20 16:37:37 +0100 |
commit | 4f7a0e36713d93591812bfd424002c3aa5337c56 (patch) | |
tree | b349a9b368a7d9ccb4c9802fbe2ff96404d8ddf9 /board/delta/config.mk | |
parent | 8fb1857b40aa47219ca4bf792b3daad3c1fcbbc4 (diff) | |
download | u-boot-imx-4f7a0e36713d93591812bfd424002c3aa5337c56.zip u-boot-imx-4f7a0e36713d93591812bfd424002c3aa5337c56.tar.gz u-boot-imx-4f7a0e36713d93591812bfd424002c3aa5337c56.tar.bz2 |
New board directory and config for the benq delta board (copied from
zylonite). Minor pxa-regs.h update.
Diffstat (limited to 'board/delta/config.mk')
-rw-r--r-- | board/delta/config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/delta/config.mk b/board/delta/config.mk new file mode 100644 index 0000000..09b0f71 --- /dev/null +++ b/board/delta/config.mk @@ -0,0 +1,4 @@ +#TEXT_BASE = 0x0 +#TEXT_BASE = 0xa1700000 +#TEXT_BASE = 0xa3080000 +TEXT_BASE = 0xa3008000 |