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:
parent
a406a773d2
commit
988e4485a3
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue