diff options
author | wdenk <wdenk> | 2004-10-09 23:25:58 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-09 23:25:58 +0000 |
commit | 8655b6f8603f12099e534a10f7840630b3e93026 (patch) | |
tree | 3f1011e28807fbeb23276d2c21c2aa04a1a3094f /common/cmd_bmp.c | |
parent | 30d56fae23bf830c9f9817a7f151b248a01ebe96 (diff) | |
download | u-boot-8655b6f8603f12099e534a10f7840630b3e93026.tar.gz |
* Clean up tools/bmp_logo.c to not add trailing white space
* Patch by Hinko Kocevar, 21 Aug 2004:
- Group common framebuffer functions in common/lcd.c
- Group common framebuffer macros and #defines in include/lcd.h
- Provide calc_fbsize() for video ATAG
Diffstat (limited to 'common/cmd_bmp.c')
-rw-r--r-- | common/cmd_bmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index 3a971334bb..daa54e7769 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@ -28,6 +28,7 @@ #include <common.h> #include <bmp_layout.h> #include <command.h> +#include <asm/byteorder.h> #if (CONFIG_COMMANDS & CFG_CMD_BMP) |