Kinsey Moore started a new discussion on bsps/aarch64/rk3399/console/console.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139620

 > +  void *arg
 > +)
 > +{
 > +  (void) major;
 > +  (void) minor;
 > +  (void) arg;
 > +  rtems_termios_initialize();
 > +
 > +  rtems_termios_device_install(
 > +    "/dev/ttyS2",
 > +    &ns16550_handler_polled,
 > +    NULL,
 > +    &rk3399_uart_context.base
 > +  );
 > +
 > +  link("/dev/ttyS2", CONSOLE_DEVICE_NAME);

It would be preferable to use a common source for `/dev/ttyS2` such as a macro 
to prevent mismatches.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139620
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to