commit | 7a49e6fc09c481fd6b8db9d5895f6bcdafef1f58 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Fri Apr 27 04:38:06 2012 +0000 |
committer | Anatolij Gustschin <agust@denx.de> | Fri May 25 09:15:09 2012 +0200 |
tree | cb0cbef62421b4afcaf1d3bfa8adeacebfd01063 | |
parent | 33b515ba7a0f8aca4281e4c8166289896275f9fa [diff] |
cmd_bmp.c: make bmp_display() usable by drivers or board code Currently bmp_display() is static and can not be used directly in the driver or board code. Export it for other users. Signed-off-by: Anatolij Gustschin <agust@denx.de>