summaryrefslogtreecommitdiff
path: root/board/ixdp425/config.mk
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-14 19:43:55 (GMT)
committerwdenk <wdenk>2003-10-14 19:43:55 (GMT)
commit2d5b561e2bfdee8552a99b2cf93016cce2a74895 (patch)
tree33a47c8393624e338d0cc8914c773ab9613cb385 /board/ixdp425/config.mk
parentf72da3406bf6f1c1bce9aa03b07d070413a916af (diff)
downloadu-boot-2d5b561e2bfdee8552a99b2cf93016cce2a74895.tar.xz
* Make sure HUSH is initialized for running auto-update scripts
* Make 5200 reset command _really_ reset the board, without running any other code after it * Fix flash mapping and display on P3G4 board * Patch by Kyle Harris, 15 Jul 2003: - add support for Intel IXP425 CPU - add support for IXDP425 eval board
Diffstat (limited to 'board/ixdp425/config.mk')
-rw-r--r--board/ixdp425/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ixdp425/config.mk b/board/ixdp425/config.mk
new file mode 100644
index 0000000..6bbb9a8
--- /dev/null
+++ b/board/ixdp425/config.mk
@@ -0,0 +1,2 @@
+#TEXT_BASE = 0x00100000
+TEXT_BASE = 0x00f00000