summaryrefslogtreecommitdiff
path: root/board/pn62/pn62.c
Commit message (Collapse)AuthorAgeLines
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-2/+1
|
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-1/+1
|
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-0/+2
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* Add a common get_ram_size() function and modify the thewdenk2004-01-06-44/+15
| | | | board-specific files to invoke that common implementation.
* Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).stroese2003-02-14-1/+1
|
* Initial revisionwdenk2002-11-03-0/+216