From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zang Roy-r61911 Date: 15 Nov 2007 18:30:30 +0800 Subject: [U-Boot-Users] [PATCH] Enable ULi1575 Ethernet support in 8610HPCD config In-Reply-To: <473B24EA.1030804@freescale.com> References: <1194979793.12888.27.camel@ld0161-tx32> <473B13D9.2050400@freescale.com> <473B24EA.1030804@freescale.com> Message-ID: <1195122629.7336.3.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2007-11-15 at 00:40, Tabi Timur wrote: > Timur Tabi wrote: > > >> #define CONFIG_RTL8139 > >> #define CONFIG_SK98 > >> #define CONFIG_EEPRO100 > >> #define CONFIG_TULIP > > > > Shouldn't we undefine these macros? With the on-board ULI working > now, we don't > > need these other NICs. > > Obviously, I was only talking about the first three. We still need to > define > CONFIG_TULIP. Change CONFIG_TULIP to CONFIG_ULI526X. I intend to keep RTL8139 and Intel EEPR100. They work on the board and can provide extra choices except the on board Ethernet port. I am not sure whether SK98 work. If it can not work, we can undef it. Any idea? Roy