changeset 2778:533d4be34048

Update another init priority
author bartv
date Mon, 09 Feb 2009 21:15:52 +0000
parents 60a9c9b25060
children d118fd82f758
files packages/devs/framebuf/synth/current/ChangeLog packages/devs/framebuf/synth/current/src/synthfb_init.cxx
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/packages/devs/framebuf/synth/current/ChangeLog
+++ b/packages/devs/framebuf/synth/current/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-09  Bart Veer  <bartv@ecoscentric.com>
+
+	* src/synthfb_init.cxx: initialize at DEV_CHAR priority, not IO
+
 2009-02-07  John Dallaway  <john@dallaway.org.uk>
 
 	* cdl/framebuf_synth.tcl: Pass gen_synthfb.tcl to tclsh directly.
--- a/packages/devs/framebuf/synth/current/src/synthfb_init.cxx
+++ b/packages/devs/framebuf/synth/current/src/synthfb_init.cxx
@@ -8,7 +8,7 @@
 // ####ECOSGPLCOPYRIGHTBEGIN####                                            
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 2008 Free Software Foundation, Inc.                        
+// Copyright (C) 2008, 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     
@@ -70,4 +70,4 @@ class _synth_fb_init {
     }
 };
 
-static _synth_fb_init _synth_fb_init_object CYGBLD_ATTRIB_INIT_PRI(CYG_INIT_IO);
+static _synth_fb_init _synth_fb_init_object CYGBLD_ATTRIB_INIT_PRI(CYG_INIT_DEV_CHAR);