1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-03 11:59:33 +01:00

Patch by Scott McNutt, 25 Apr 2004:

Add Nios GDB/JTAG Console support:
- Add stubs to support gdb via JTAG.
- Add support for console over JTAG.
- Minor cleanup.
This commit is contained in:
wdenk
2004-05-19 21:33:14 +00:00
parent 10767ccb86
commit e4cc71aa44
14 changed files with 274 additions and 38 deletions

View File

@@ -179,7 +179,7 @@ int do_irqinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
int vec;
printf ("\nInterrupt-Information:\n");
printf ("Nr Routine Arg CouIt's ok to cnt\n");
printf ("Nr Routine Arg Count\n");
for (vec=0; vec<64; vec++) {
if (irq_vecs[vec].handler != NULL) {