From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 12 Jan 2015 18:37:54 +0100 Subject: [U-Boot] [PATCH v2] usb: eth: asix88179: add ability to modify MAC address In-Reply-To: <54B3FF4F.4010507@cit-ec.uni-bielefeld.de> References: <1421081476-19186-1-git-send-email-rgriessl@cit-ec.uni-bielefeld.de> <201501121754.05117.marex@denx.de> <54B3FF4F.4010507@cit-ec.uni-bielefeld.de> Message-ID: <201501121837.54843.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, January 12, 2015 at 06:07:27 PM, Ren? Griessl wrote: > Am 12.01.2015 um 17:54 schrieb Marek Vasut: > > On Monday, January 12, 2015 at 05:51:16 PM, Rene Griessl wrote: > >> This patch enables U-Boot to modify the MAC address of the AX88179. > >> Tested on RECS5250 (similar to Arndale5250) > >> > >> Signed-off-by: Rene Griessl > >> --- > >> > >> Changes for v2: > >> - removed memcpy > > > > Hi! > > > > what was the reason for the memcpy() in the first place please ? > > I copied the function from the asix.c driver. There it is needed for the > cache aligned buffer. > But in this case the alignment is already implemented in the write > function. So you were right, it is not needed here! OK, thanks! Applied to u-boot-usb/next , thanks! Best regards, Marek Vasut