how to Cut uboot

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

how to Cut uboot

855 Views
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!

Labels (3)
0 Kudos
3 Replies

596 Views
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

596 Views
saurabh206
Senior Contributor III

Hi

You can check include\configs\mx6sabre_common.h.

You can enable/disable functionality according to your requirement.

0 Kudos

596 Views
lixuhui112
Contributor I

Hi

0 Kudos