mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-12 11:00:28 +01:00
microblaze: Wire up OF support for emaclite
- expand the condition with CONFIG_OF_CONTROL Signed-off-by: Stephan Linz <linz@li-pro.net> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
52fded7b94
commit
d1d37b5cab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue