Alessandro Rubini wrote: > From: Alessandro Rubini <[email protected]> > > This moves some extern declaration from lcd.c to lcd.h, removing > unneeded ifdef around a pair of them. Additionally, since > gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I > removed the static. The extra "#include <lcd.h>" in cmd_bmp.c is > added to ensure the header is consistent with the source. > > This has been compile-tested on both ARM (at91 boards) and PowerPC > (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use > combinations. > > Signed-off-by: Alessandro Rubini <[email protected]> > --- > common/cmd_bmp.c | 5 +++-- > common/lcd.c | 16 ---------------- > include/lcd.h | 12 ++++++++++++ > 3 files changed, 15 insertions(+), 18 deletions(-)
Applied to u-boot-video. Thanks! Best regards, Anatolij _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

