Changes in boot/arch/ppc32/src/ofw.c [de1712e:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/src/ofw.c
rde1712e ra35b458 43 43 if (ch == '\n') 44 44 ofw_putchar('\r'); 45 45 46 46 if (ascii_check(ch)) 47 47 ofw_putchar(ch);
Note:
See TracChangeset
for help on using the changeset viewer.