From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 31 Oct 2011 09:43:33 +0800 Subject: [U-Boot] [PATCH] nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). In-Reply-To: <1319631900-7758-1-git-send-email-joachim.foerster@missinglinkelectronics.com> References: <1319631900-7758-1-git-send-email-joachim.foerster@missinglinkelectronics.com> Message-ID: <4EADFD45.3050909@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/26/2011 08:25 PM, Joachim Foerster wrote: > The main motivation is, to have the local-mac-address property of the > ethernet peripherals fixed/synced with U-Boot's environment settings. > > Signed-off-by: Joachim Foerster > --- > arch/nios2/cpu/Makefile | 1 + > arch/nios2/cpu/fdt.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 54 insertions(+), 0 deletions(-) > create mode 100644 arch/nios2/cpu/fdt.c Hi Joachim, Applied. Thanks. Best regards, Thomas