how to Cut uboot

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how to Cut uboot

1,090 次查看
lixuhui112
Contributor I

Hi

My uboot version is imx_v2014.04_3.14.28_1.0.0_ga,now I want to cut the uboot ,my board is mx6qsabresd ,

I want to remove support for the display and ethernet.What should I do,can someone guide me please?

Thank you very much!

标签 (3)
标记 (2)
0 项奖励
3 回复数

831 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Xu

you can try to remove definitions for splash screen and fec

SPLASH SCREEN Configs

CONFIG_FEC_

also check attached Porting Guide Chapter 1 Porting U-Boot

Best regards

igor

831 次查看
saurabh206
Senior Contributor III

Hi

You can check include\configs\mx6sabre_common.h.

You can enable/disable functionality according to your requirement.

0 项奖励

831 次查看
lixuhui112
Contributor I

Hi

0 项奖励