summaryrefslogtreecommitdiffstats
path: root/board/csb637
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-10-09 00:33:37 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-10-09 00:33:37 +0200
commit95f9dda2165f045a7e1708885ee589878cc6f20b (patch)
tree4277d76deb33ba149865d4c0996f758b1991e8cc /board/csb637
parent47340a46f6ff8be4f148b07bf42986c9054d8436 (diff)
downloadtalos-obmc-uboot-95f9dda2165f045a7e1708885ee589878cc6f20b.tar.gz
talos-obmc-uboot-95f9dda2165f045a7e1708885ee589878cc6f20b.zip
Eliminate hard-coded address of Ethernet transfer buffer on at91rm9200
Patch by Anders Larsen, 07 Oct 2005 The Atmel errata #11 states that the transfer buffer descriptor table must be aligned on a 16-word boundary. As it turned out, this is insufficient - it seems the table must be aligned on a boundary at least as large as the table itself (in Linux this is not an issue - the table is aligned on a PAGE_SIZE (4096) boundary).
Diffstat (limited to 'board/csb637')
-rw-r--r--board/csb637/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/csb637/config.mk b/board/csb637/config.mk
index 7e1457da88..4c6f631134 100644
--- a/board/csb637/config.mk
+++ b/board/csb637/config.mk
@@ -1 +1 @@
-TEXT_BASE = 0x23fe0000
+TEXT_BASE = 0x23fc0000
OpenPOWER on IntegriCloud