This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
u-boot
Watch
1
Star
0
Fork
0
You've already forked u-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2b208f5308
u-boot
/
board
/
csb637
/
config.mk
2 lines
23 B
Makefile
Raw
Normal View
History
Unescape
Escape
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).
2005-10-08 22:33:37 +00:00
TEXT_BASE
=
0x23fc0000
Reference in New Issue
Copy Permalink