How to add EMCC support in uboot file for imx6Quad processor?

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

How to add EMCC support in uboot file for imx6Quad processor?

648 Views
venkatesh_pvsm
Contributor II

Hi,

     I  need to add MTFC4GLDDQ-4M IT eMCC and sd3 device support in u-boot 2013 .

Already SD2 and SD3 support is their.

In eMCC device add and boot  support  i have added this following one,


static const struct boot_mode board_boot_modes[]={

     {"sd2", MAKE_CFGVAL(0x40,0x28,0x00,0x00},

    {"sd3", MAKE_CFGVAL(0x40,0x28,0x00,0x00},

  {"eMCC", MAKE_CFGVAL(0x40,0x28,0x00,0x00},

}


in eMCC support this is enough or i want to add anything else.



Thanks By,

Venkat.

Labels (6)
0 Kudos
0 Replies