On Wed, Jul 4, 2012 at 1:25 PM, Stephan Linz <[email protected]> wrote:
> - expand the condition with CONFIG_OF_CONTROL > > Signed-off-by: Stephan Linz <[email protected]> > Acked-by: Simon Glass <[email protected]> > --- > include/configs/microblaze-generic.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/configs/microblaze-generic.h > b/include/configs/microblaze-generic.h > index 386189f..01e3421 100644 > --- a/include/configs/microblaze-generic.h > +++ b/include/configs/microblaze-generic.h > @@ -79,7 +79,7 @@ > > /* ethernet */ > #undef CONFIG_SYS_ENET > -#if defined(XILINX_EMACLITE_BASEADDR) > +#if defined(XILINX_EMACLITE_BASEADDR) || defined(CONFIG_OF_CONTROL) > # define CONFIG_XILINX_EMACLITE 1 > # define CONFIG_SYS_ENET > #endif > -- > 1.7.0.4 > >
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

