Skip to content
Snippets Groups Projects
Commit c270730f authored by Che-Liang Chiou's avatar Che-Liang Chiou Committed by Anatolij Gustschin
Browse files

tools: logo: split bmp arrays from bmp_logo.h


The generated header bmp_logo.h is useful even outside common/lcd.c for
the logo dimension.  However, the problem is, the generated bmp_logo.h
cannot be included multiple times because bmp_logo_palette[] and
bmp_logo_bitmap[] are defined in the bmp_logo.h.

This patch fixes this by defining these arrays in another header
bmp_logo_data.h and in bmp_logo.h only declaring these arrays.

Signed-off-by: default avatarChe-Liang Chiou <clchiou@chromium.org>
Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 02110903
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment