Uboot code for t2081

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Uboot code for t2081

Jump to solution
1,365 Views
monalihaware
Contributor III

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?

0 Kudos
1 Solution
1,358 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the following definition in configs/T2081QDS_defconfig

CONFIG_SYS_EXTRA_OPTIONS="PPC_T2081"

View solution in original post

0 Kudos
1 Reply
1,359 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the following definition in configs/T2081QDS_defconfig

CONFIG_SYS_EXTRA_OPTIONS="PPC_T2081"

0 Kudos