2010-06-21 Peter Dufault <dufault@hda.com>

PR 1583/bsps
	* shared/startup/panic.c: Remove reference to ITRON.
This commit is contained in:
Joel Sherrill
2010-06-21 22:12:48 +00:00
parent 0de235f97f
commit 5e4e13f91f
2 changed files with 5 additions and 5 deletions
+5
View File
@@ -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;