summaryrefslogtreecommitdiff
path: root/board/Marvell/db64360/mv_eth.h
Commit message (Collapse)AuthorAgeLines
* net: Fix remaining API interface breakageJoe Hershberger2012-05-23-3/+1
| | | | | | | | | | | These are all the files which use the API incorrectly but did not get built using MAKEALL -a powerpc|arm. I have no compiler for them, but the remaining issues should be far less than without this patch. Any outstanding issues are left to the maintainers of boards that use these drivers. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
* asm-generic: Consolidate errno.h to asm-generic/errno.hMichal Simek2009-07-09-2/+1
| | | | | | | | | | | | | | | This patch use blackfin errno.h implementation which correspond Linux kernel one. MIPS implemetation is different that's why I keep it. I removed ppc_error_no.h from Marvell boards which was the same too. I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians. Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
* * Patch by Ronen Shitrit, 10 Dec 2003:wdenk2004-01-03-0/+844
Add support for the Marvell DB64360 / DB64460 development boards * Patch by Detlev Zundel, 10 Dec 2003: fix dependency problem in examples/Makefile