From: Stephan Linz Date: Wed, 4 Jul 2012 20:25:31 +0000 (+0200) Subject: microblaze: Wire up OF support for emaclite X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d1d37b5cab119096bb60c686eff7ea39cfebed25;p=project%2Fbcm63xx%2Fu-boot.git microblaze: Wire up OF support for emaclite - expand the condition with CONFIG_OF_CONTROL Signed-off-by: Stephan Linz Acked-by: Simon Glass Signed-off-by: Michal Simek --- diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 486787e147..06b7e94184 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -71,7 +71,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