1
0
Fork 0
forked from len0rd/rockbox

Remove all RC bits from the ams bootloaders and mkamsboot. Also fix a compilation warning (I was 100% sure I did that already).

git-svn-id: svn://svn.rockbox.org/rockbox/branches/bootloader_ams_pp@23045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-10-09 12:58:40 +00:00
parent a406a773d2
commit 988e4485a3
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@
#endif
#if (CONFIG_CPU == AS3525) /* for this release, hack the version number in */
#define BOOT_VERSION ("Boot Ver. 1.0RC")
#define BOOT_VERSION ("Boot Ver. 1.0")
#else
#if LCD_WIDTH <= 128
#define BOOT_VERSION ("Boot " APPSVERSION)

View file

@ -3,7 +3,7 @@ CFLAGS=-I../../tools/ucl/include -Wall
LIBUCL=../../tools/ucl/src/libucl$(RBARCH).a
#change for releases
APPVERSION=1.1RC
APPVERSION=1.1
ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
OUTPUT=mkamsboot.exe

View file

@ -655,7 +655,7 @@ int main(int argc, char* argv[])
rb_packedsize);
fprintf(stderr, "[INFO] Dual-boot function size: %d bytes\n",
bootloader_sizes[sum.model]);
fprintf(stderr, "[INFO] UCL unpack function size: %u bytes\n",
fprintf(stderr, "[INFO] UCL unpack function size: %lu bytes\n",
sizeof(nrv2e_d8));
totalsize = total_size(sum.model, of_packedsize, rb_packedsize);