]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/p2041: move Lanes mux to board early init
authorShaohui Xie <Shaohui.Xie@freescale.com>
Mon, 3 Dec 2012 21:36:32 +0000 (21:36 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 30 Jan 2013 17:25:08 +0000 (11:25 -0600)
commit220d506af3dd45b8e5a79267d46171fa8487066b
tree82eea6152dcd59d2d18c70d8c038fea3edbe95c0
parent88ba6d530d5f30cc2cc3c91bbe4d28e60e96aca5
powerpc/p2041: move Lanes mux to board early init

Lanes mux currently is configured in eth.c when initializing FMAN ethernet
ports, but SRIO and PCIe also need lanes mux, so we move the lanes mux to
p2041rdb.c which implements a board-specific initialization and will be
called at early stage.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
board/freescale/p2041rdb/eth.c
board/freescale/p2041rdb/p2041rdb.c