NDS BSP patch
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Aug 15 07:17:35 UTC 2011
Here you remove a printk():
diff -urN rtems-4.10.1-unmodified/c/src/lib/libbsp/arm/nds/irq/irq.c
rtems-4.10.1-ndsworking/c/src/lib/libbsp/arm/nds/irq/irq.c
--- rtems-4.10.1-unmodified/c/src/lib/libbsp/arm/nds/irq/irq.c 2010-04-09
22:24:57.000000000 +0200
+++ rtems-4.10.1-ndsworking/c/src/lib/libbsp/arm/nds/irq/irq.c 2011-08-13
17:31:50.727291540 +0200
@@ -34,8 +34,6 @@
void
BSP_rtems_irq_mngt_init (void)
{
- printk ("[+] irq manager started\n");
-
irqInit ();
REG_IME = IME_ENABLE;
In bsp_start() is still a printk(), this seems to be a bit inconsistent. We
should remove all or keep the current?
--
Sebastian Huber, embedded brains GmbH
Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany
Phone : +49 89 18 90 80 79-6
Fax : +49 89 18 90 80 79-9
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the users
mailing list