I have a custom board with t2081 processor . So for uboot code, i used t208xqds machine. I generated the code for t208xqds machine in ubuntu 14.04.
- Now, i have edited the T208XQDS.H file with-
"CONFIG_PPC_T2081 " as i intend to define t2081 processor and not t2080. And i did not define any where-
CONFIG_PPC_T2080
Then why in the u-boot.cfg and generated config.h file, i see-
CONFIG_PPC_T2080 1
Actually i am generating bin file for the nor flash. Where the
"CONFIG_PPC_T2080 1" is defined, i m not able to find where it is defined. Which else file i need to change?
Actually beacuse of this scenario i am getting serdes1 and serdes2, wheras t2081 doesn't have serdes2. Can any 1 help in this?