public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* update init priority
@ 2009-02-10 22:38 Bart Veer
  0 siblings, 0 replies; only message in thread
From: Bart Veer @ 2009-02-10 22:38 UTC (permalink / raw)
  To: ecos-patches

This just updates the init priority for another SPI bus driver.
Untested since no target appears to use this driver.

Bart

2009-02-10  Bart Veer  <bartv@ecoscentric.com>

	* src/spi_lpc2xxx.cxx: update init priority.

Index: src/spi_lpc2xxx.cxx
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/spi/arm/lpc2xxx/current/src/spi_lpc2xxx.cxx,v
retrieving revision 1.2
diff -u -p -r1.2 spi_lpc2xxx.cxx
--- src/spi_lpc2xxx.cxx	29 Jan 2009 17:48:45 -0000	1.2
+++ src/spi_lpc2xxx.cxx	10 Feb 2009 22:37:28 -0000
@@ -359,5 +359,5 @@ public:
 };
 
 static cyg_spi_lpc2xxx_init_class spi_lpc2xxx_init 
-    CYGBLD_ATTRIB_INIT_PRI(CYG_INIT_IO);
+    CYGBLD_ATTRIB_INIT_PRI(CYG_INIT_BUS_SPI);
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-10 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-10 22:38 update init priority Bart Veer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).