
15 Nov
2005
15 Nov
'05
3:43 p.m.
-----Original Message----- From: M Ravi Prakash Reddy Sent: Tuesday, November 15, 2005 07:10 but on my board there is an RS232 interface available which is connected to SMC1 inteface of the 8266 cpu. but in the ads8266 config file SMC interface is not available, may i know how to add SMC to the config file, what are dependencies.
edit include/configs/MPC8266ADS.h
Change the lines that say: #undef CONFIG_CONS_ON_SMC /* define if console on SMC */ #define CONFIG_CONS_ON_SCC /* define if console on SCC */
to
#define CONFIG_CONS_ON_SMC /* define if console on SMC */ #undef CONFIG_CONS_ON_SCC /* define if console on SCC */