]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/BuR/common: fix phy addresses
authorHannes Petermaier <oe5hpm@oevsv.at>
Thu, 6 Mar 2014 06:03:24 +0000 (07:03 +0100)
committerTom Rini <trini@ti.com>
Thu, 6 Mar 2014 15:43:50 +0000 (10:43 -0500)
commit4b75fd510076f2261c5e21b9b8cf75c9f01ded3c
treeaf5a796f3f9c9a5bda0192f31ab6d86ad4d479ab
parentcc07294bc704694ae33db75b25ac557e5917a83f
board/BuR/common: fix phy addresses

B&R boards are using Phy Addresses 'one' and 'two', prior this was
defined through #define PHYADDR 1 within a header file.
Now this is addresses are given with device-driver structure.

Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
board/BuR/common/common.c