1
0
Fork 0
forked from len0rd/rockbox

Version 1.0RC for the Sansa AMS bootloader.

git-svn-id: svn://svn.rockbox.org/rockbox/branches/bootloader_ams_pp@21654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-07-05 11:12:19 +00:00
parent cc1801c530
commit cfae04488f

View file

@ -26,11 +26,15 @@
#include "bitmaps/rockboxlogo.h"
#if (CONFIG_CPU == AS3525) /* for this release, hack the version number in */
#define BOOT_VERSION ("Boot Ver. 1.0RC")
#else
#if LCD_WIDTH <= 128
#define BOOT_VERSION ("Boot " APPSVERSION)
#else
#define BOOT_VERSION ("Boot Ver. " APPSVERSION)
#endif
#endif
/* Ensure TEXT_XPOS is >= 0 */
#define TEXT_WIDTH ((sizeof(BOOT_VERSION)-1)*SYSFONT_WIDTH)