driver/Makefile: Initialize "mtd" and "spi" before "net"
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>
Tue, 18 Aug 2009 16:34:04 +0000 (12:34 -0400)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 19 Sep 2009 20:21:10 +0000 (13:21 -0700)
commit9289d4ef065a6c62db6bf13d624307f61e57dbbb
tree3a9789ea0b29e3e64fdfcb31423b1ea08453add8
parentdfe32893cbe3e599a39770199b9982a6ad5daa7b
driver/Makefile: Initialize "mtd" and "spi" before "net"

On TI's da850/omap-l138 EVM, MAC address is stored in SPI flash.

This patch changes the initialization sequence of the drivers
by moving mtd and spi ahead of net in drivers/Makefile thereby
enabling da850/omap-l138 ethernet driver to read the MAC address
while booting.

Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/Makefile