u-boot.2012.07 build for mx28evk fails if serial_puts() referenced.

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

u-boot.2012.07 build for mx28evk fails if serial_puts() referenced.

698件の閲覧回数
RandyGraham
Contributor IV

Hello,

I asked this question in another forum, but should have asked it here, sorry for asking again.

u-boot.2013.07 build configured using mx28evk_config fails with serial_puts() undefined if I add debug() or serial_puts() calls to the source for debugging purposes.

I didn't have this issue with u-boot.2013.01 .

Do I need to #define something to include serial_puts() ?

I tried adding #define DEBUG  to include/common.h but still get build errors.

Thanks for any help,

-Randy

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

610件の閲覧回数
RandyGraham
Contributor IV

Ok, this was my mistake.

CONFIG_SPL_SERIAL_SUPPORT needs to be defined.

I had in fact modified the u-boot-2013.01 board config file to include this to get it working before.

0 件の賞賛
返信