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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

981件の閲覧回数
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.

ラベル(6)
0 件の賞賛
返信
0 返答(返信)