Mercurial > ecos-v3_0-branch
changeset 2788:6d113aa28eb1
Update init priority.
| author | bartv |
|---|---|
| date | Tue, 10 Feb 2009 22:38:07 +0000 |
| parents | e56d0554cf04 |
| children | 70bc76ef308f |
| files | packages/devs/spi/arm/lpc2xxx/current/ChangeLog packages/devs/spi/arm/lpc2xxx/current/src/spi_lpc2xxx.cxx |
| diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/spi/arm/lpc2xxx/current/ChangeLog +++ b/packages/devs/spi/arm/lpc2xxx/current/ChangeLog @@ -1,3 +1,7 @@ +2009-02-10 Bart Veer <bartv@ecoscentric.com> + + * src/spi_lpc2xxx.cxx: update init priority. + 2007-07-12 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> * lpc2xxx: driver for on-chip SPI units @@ -6,7 +10,7 @@ 2007-07-12 Hans Rosenfeld <rosenfeld@g // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
--- a/packages/devs/spi/arm/lpc2xxx/current/src/spi_lpc2xxx.cxx +++ b/packages/devs/spi/arm/lpc2xxx/current/src/spi_lpc2xxx.cxx @@ -8,7 +8,7 @@ // ####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -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);
