
Sergey Lapin wrote:
This patch provides support for AFEB9260 board, a product of OpenSource hardware and software. Some commertial projects are made with this design. A board is basically AT91SAM9260-EK with some modifications and different peripherals and different parts used. Main purpose of this project is to gain experience in hardware design. More info: http://groups.google.com/group/arm9fpga-evolution-board (In Russian only, sorry). Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
Signed-off-by: Sergey Lapin slapin@ossfans.org
This is rebased version of previous one.
MAKEALL | 1 + Makefile | 3 + board/afeb9260/Makefile | 56 ++++++++ board/afeb9260/afeb9260.c | 243 +++++++++++++++++++++++++++++++++ board/afeb9260/config.mk | 1 + board/afeb9260/nand.c | 78 +++++++++++ board/afeb9260/partition.c | 36 +++++ board/atmel/at91sam9260ek/partition.c | 4 +- include/configs/afeb9260.h | 171 +++++++++++++++++++++++ net/eth.c | 1 +
<snip>
diff --git a/net/eth.c b/net/eth.c index 432dd60..a714128 100644 --- a/net/eth.c +++ b/net/eth.c @@ -190,6 +190,7 @@ int eth_initialize(bd_t *bis) #if defined(CONFIG_IXP4XX_NPE) npe_initialize(bis); #endif
- if (!eth_devices) { puts ("No ethernet found.\n"); show_boot_progress (-64);
This is orthogonal to the rest of your patch and I suspect was unintentional. Please remove and resubmit.
regards, Ben