
16 Nov
2011
16 Nov
'11
8:02 a.m.
* Stephen Warren wrote:
Thierry Reding wrote at Tuesday, November 15, 2011 12:27 AM:
The Medcom is a 16:9 15" terminal that is used for patient infotainment in hospitals.
...
+/*
- Routine: gpio_config_uart
- Description: Does nothing on Medcom - no conflict w/SPI.
- */
+void gpio_config_uart(void) +{ +}
I'd say just remove all references to this function from your new boards; the SPI/UART switch is something pretty specific to Seaboard, so I don't think there's any need to include this function in general.
Same comment for all the patches in the series.
Will do.
Thanks, Thierry