From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xuebing Wang Date: Tue, 08 Apr 2014 11:13:04 +0800 Subject: [U-Boot] How to disable MAC address for usb_ether Message-ID: <53436940.5000701@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 Hi, My board has one Ethernet, one USB Host and one USB Slave. Command bdinfo shows below: eth0name = cpsw ethaddr = 90:59:af:54:1a:28 eth1name = usb_ether eth1addr = 90:59:af:54:1a:2a current eth = cpsw Would you please teach me how to disable usb_ether MAC address, thus bdinfo will show "eth1addr = (not set)"? Thanks a lot. -- Thanks, Xuebing Wang