Re: [U-Boot] [PATCH][v1] ep8248: add support for device tree and secondary Ethernet interface.

2009-09-04 Thread Marcel ziswiler
Hi Peter Peter Tyser xes-inc.com> writes: > Should this chunk of code should be added to your cpu's ft_cpu_setup() > function instead of here? Then any mpc82xx board can leverage it > instead of reinventing the wheel. Sure, I just copied it from one of the other 13 boards that do it like that (

Re: [U-Boot] [PATCH][v1] ep8248: add support for device tree and secondary Ethernet interface.

2009-09-03 Thread Peter Tyser
Hi Marcel, On Thu, 2009-09-03 at 14:52 +, Marcel Ziswiler wrote: > ep8248: add support for device tree and secondary Ethernet interface. This commit message shouldn't be necessary since its identical to your commit subject. > + > +#if defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIB

[U-Boot] [PATCH][v1] ep8248: add support for device tree and secondary Ethernet interface.

2009-09-03 Thread Marcel Ziswiler
ep8248: add support for device tree and secondary Ethernet interface. Signed-off-by: Marcel Ziswiler --- board/ep8248/ep8248.c| 36 +- include/configs/ep8248.h | 53 -- 2 files changed, 57 insertions(+), 32 deletions