]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().
authorJoachim Foerster <joachim.foerster@missinglinkelectronics.com>
Wed, 26 Oct 2011 12:25:00 +0000 (14:25 +0200)
committerThomas Chou <thomas@wytron.com.tw>
Sun, 30 Oct 2011 13:02:43 +0000 (21:02 +0800)
commit4279c53e5b594ed9b09c752df3cf0b4eacf57788
tree3d54281e180e69466663f8c7235a66df60462226
parentdf969b5ffd62449f3625dacb036bef107d5306d4
nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().

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 <joachim.foerster@missinglinkelectronics.com>
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
arch/nios2/cpu/Makefile
arch/nios2/cpu/fdt.c [new file with mode: 0644]