2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/bsp.h: Remove config.
	* irq/irq.c: Remove stray blanks.
	* start/start.S: Add missing */ in comments.
This commit is contained in:
Ralf Corsepius
2004-01-28 22:05:48 +00:00
parent d30e6881b2
commit 643d00ba39
4 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/bsp.h: Remove config.
* irq/irq.c: Remove stray blanks.
* start/start.S: Add missing */ in comments.
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,

View File

@@ -31,7 +31,7 @@ extern "C" {
* NOTE: Following are not defined and are board independent
*
*/
struct rtems_bsdnet_ifconfig *config;
struct rtems_bsdnet_ifconfig;
int cs8900_driver_attach (struct rtems_bsdnet_ifconfig *config,
int attaching);

View File

@@ -151,5 +151,3 @@ int BSP_remove_rtems_irq_handler (const rtems_irq_connect_data* irq)
return 1;
}

View File

@@ -40,7 +40,7 @@ _start:
/*
* Here is the code to initialize the low-level BSP environment
* (Chip Select, PLL, ....?)
*/
/* zero the bss */
LDR r1, =_bss_end_ /* get end of ZI region */
@@ -122,7 +122,7 @@ FIQ_Handler:
B FIQ_Handler
init2 :
/* --- Initialise stack pointer registers
/* --- Initialise stack pointer registers */
/* Enter IRQ mode and set up the IRQ stack pointer */
MOV r0, #Mode_IRQ | I_Bit | F_Bit /* No interrupts */