mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 23:36:13 +08:00
2010-06-21 Peter Dufault <dufault@hda.com>
PR 1583/bsps * shared/startup/panic.c: Remove reference to ITRON.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-06-21 Peter Dufault <dufault@hda.com>
|
||||
|
||||
PR 1583/bsps
|
||||
* shared/startup/panic.c: Remove reference to ITRON.
|
||||
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/bootloader/em86.c, shared/bootloader/mm.c,
|
||||
|
||||
@@ -95,11 +95,6 @@ const char *err = 0;
|
||||
/* could use strerror but I'd rather avoid using this here */
|
||||
break;
|
||||
|
||||
case INTERNAL_ERROR_ITRON_API:
|
||||
printk(" ITRON API\n");
|
||||
/* conversion to string not implemented */
|
||||
break;
|
||||
|
||||
default:
|
||||
printk(" UNKNOWN (0x%x)\n",THESRC);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user