[U-Boot-Users] how to add SMC1 interface in the default config file.

Rune Torgersen runet at innovsys.com
Tue Nov 15 15:43:59 CET 2005


 

> -----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 */




More information about the U-Boot mailing list