commit | de3b49c4dd5c9bf1b6bf9e91b86f58d7a83174d5 | [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 | 3d02408665b1622ef50518637e36ac4c53750c08 [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>