commit | 1e000f8d1087d9e9141f672267c19d96315aa0ec | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Jul 30 23:37:57 2013 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Mon Aug 12 22:28:41 2013 +0200 |
tree | 0b1535911f151d0783f991a234a307df4144486e | |
parent | 9cff8ad6a402d9d6f824040a80b652e88a83a5e5 [diff] |
video: Encapsulate font in video_font_data.h This patch moves all the font configuration values into video_font_data.h so they are all in the right place with the font. The video_font.h now only includes video_font_data.h and will allow us to select and include different font once more fonts are added. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Anatolij Gustschin <agust@denx.de> [agust: fixed build warning for mcc200] Signed-off-by: Anatolij Gustschin <agust@denx.de>