]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ARM: remove duplicated code for LaCie boards
authorSimon Guinot <simon.guinot@sequanux.org>
Mon, 21 Nov 2011 13:55:47 +0000 (19:25 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:30 +0000 (23:59 +0100)
commit77ea071fefbda70ed21a6f0e7bd34ec215e70d39
tree72bd114929a758873cdeaf075db880e9d5018ee0
parent5628fb75d10764c377bd7eef9dfb4476f2398ff7
ARM: remove duplicated code for LaCie boards

This patch groups together all the common functions for LaCie boards:
Ethernet PHY and MAC address initializations.

Moreover the configurations for LaCie Kirkwood boards are merged into
a single file: include/configs/lacie_kw.h

Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
14 files changed:
board/LaCie/common/common.c [new file with mode: 0644]
board/LaCie/common/common.h [new file with mode: 0644]
board/LaCie/edminiv2/Makefile
board/LaCie/edminiv2/edminiv2.c
board/LaCie/edminiv2/edminiv2.h [deleted file]
board/LaCie/net2big_v2/Makefile
board/LaCie/net2big_v2/net2big_v2.c
board/LaCie/net2big_v2/net2big_v2.h
board/LaCie/netspace_v2/Makefile
board/LaCie/netspace_v2/netspace_v2.c
board/LaCie/netspace_v2/netspace_v2.h
boards.cfg
include/configs/lacie_kw.h [moved from include/configs/netspace_v2.h with 89% similarity]
include/configs/net2big_v2.h [deleted file]