commit | 127e8a5e4361843dc43cf2f523c66071bbbb9c90 | [log] [tgz] |
---|---|---|
author | Nathan Rossi <nathan.rossi@xilinx.com> | Tue Apr 14 16:16:39 2015 +1000 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Apr 29 10:22:25 2015 +0200 |
tree | 1fbe219aa6588e161768081c99b00c295693add9 | |
parent | cc555bd4f40a652471df4a3621d45ee57df0ca11 [diff] |
microblaze: Fix EMAC Lite initialization It is possible for CONFIG_XILINX_EMACLITE to be defined without XILINX_EMACLITE_BASEADDR being defined as the EMAC Lite driver support OF init. Check that the driver is enabled and the base address is available before initializing with a static base address. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>