From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schwingen Date: Mon, 10 Dec 2007 21:08:28 +0100 Subject: [U-Boot-Users] [PATCH] ARM: add support of CONFIG_LAST_STAGE_INIT for arm In-Reply-To: <20071210185827.4f3c005b@dhcp-252-066.norway.atmel.com> References: <20071209145042.C7E41247F5@gemini.denx.de> <475C19F5.4090507@discworld.dascon.de> <20071210185827.4f3c005b@dhcp-252-066.norway.atmel.com> Message-ID: <475D9CBC.2080005@discworld.dascon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Haavard Skinnemoen wrote: > Or even better, move eth_initialize into the board code. That would > allow us to kill a ridiculous number of #ifdefs in net/eth.c and would > allow the board to do any fixups it needs before and after the generic > code. > Hm - yes, looking at eth_initialize, that does sound like a good idea, although some common init code and the code handling ethact / ethprime (what is that good for, anyway?) would need to be factored out. cu Michael