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:
parent
cc1801c530
commit
cfae04488f
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue