From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 08 Jul 2008 14:00:56 -0700 Subject: [U-Boot-Users] [PATCH 0/2] Coldfire Ethernet initialization changes In-Reply-To: <4791E710007FEB4BBF83775D787F462F07459A3D@az33exm22.fsl.freescale.net> References: <> <1215068843-5373-1-git-send-email-biggerbadderben@gmail.com> <4791E710007FEB4BBF83775D787F462F074599B8@az33exm22.fsl.freescale.net> <4873B527.3080707@gmail.com> <4791E710007FEB4BBF83775D787F462F07459A3D@az33exm22.fsl.freescale.net> Message-ID: <4873D588.1070307@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Liew Tsi Chung wrote: > Ben, > > >>> -#if defined(CONFIG_FSLDMAFEC) >>> +#if defined(CONFIG_FSLDMAFEC) || #if defined(CONFIG_MCFFEC) >>> +/* Default initializations for MCFFEC controllers. To override, >>> + * create a board-specific function called: >>> + * int board_eth_init(bd_t *bis) >>> + */ >>> + >>> extern int mcdmafec_initialize(bd_t *bis); >>> +extern int mcffec_initialize(bd_t*); >>> >>> > > >> Does it work after you fix this up? >> > Yes. > Great! Thanks for checking it out. I'll update the repo tonight. regards, Ben