Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81231
b: refs/heads/master
c: c35a8fb
h: refs/heads/master
i:
  81229: 170c8c7
  81227: 3d7d1e3
  81223: 29a9d76
  81215: c731f7c
v: v3
  • Loading branch information
Stephen Neuendorffer authored and Grant Likely committed Jan 9, 2008
1 parent 3424bd0 commit e8228bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ab99eee8ac902a0e176231447f318a0ed68f45d8
refs/heads/master: c35a8fb2f2467c93fe402b1d4b1e124341d0da13
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/boot/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ int serial_console_init(void)
rc = cpm_console_init(devp, &serial_cd);
else if (dt_is_compatible(devp, "mpc5200-psc-uart"))
rc = mpc5200_psc_console_init(devp, &serial_cd);
else if (dt_is_compatible(devp, "xilinx,uartlite"))
else if (dt_is_compatible(devp, "xlnx,opb-uartlite-1.00.b") ||
dt_is_compatible(devp, "xlnx,xps-uartlite-1.00.a"))
rc = uartlite_console_init(devp, &serial_cd);

/* Add other serial console driver calls here */
Expand Down

0 comments on commit e8228bb

Please sign in to comment.