This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5708: Boot logo in U-boot

Part Number: AM5708

Hi, 

i'm trying to enable U-Boot boot logo but i'm having the same issues as this previous unanswered post: e2e.ti.com/.../620141

Since i'm not able to reply to this post i'm forced to start a new thead.

we are using: 

AM5708

ti-u-boot 2016-05

Adding: 

#define CONFIG_VIDEO
#define CONFIG_VIDEO_LOGO

#define CONFIG_SPLASH_SCREEN

#define CONFIG_CMD_BMP
#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_BMP_RLE8
#define CONFIG_VIDEO_BMP_GZIP
#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10)

results in:
undefined reference to `video_display_bitmap'