1
0
Fork 0
forked from len0rd/rockbox

Change ROMbox to use BootBox-suitable start address. This will "break" it until the BootBox "rollout", with v2.5.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7420 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2005-08-30 05:40:05 +00:00
parent 0cfb5d44b3
commit d565269cfa
6 changed files with 12 additions and 6 deletions

View file

@ -74,7 +74,8 @@
#define HAVE_CHARGING 1
/* The start address index for ROM builds */
#define ROM_START 0x14010
/* #define ROM_START 0x14010 for behind original Archos */
#define ROM_START 0x7010 /* for behind BootBox */
/* Software controlled LED */
#define CONFIG_LED LED_REAL

View file

@ -64,7 +64,8 @@
#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */
/* The start address index for ROM builds */
#define ROM_START 0x16010
/* #define ROM_START 0x16010 for behind original Archos */
#define ROM_START 0x7010 /* for behind BootBox */
/* Define this if the display is mounted upside down */
#define HAVE_DISPLAY_FLIPPED

View file

@ -51,7 +51,8 @@
#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */
/* The start address index for ROM builds */
#define ROM_START 0x12010
/* #define ROM_START 0x12010 for behind original Archos */
#define ROM_START 0x7010 /* for behind BootBox */
/* Define this if the display is mounted upside down */
#define HAVE_DISPLAY_FLIPPED

View file

@ -64,7 +64,8 @@
#define HAVE_CHARGING 1
/* The start address index for ROM builds */
#define ROM_START 0xD010
/* #define ROM_START 0xD010 for behind original Archos */
#define ROM_START 0x6010 /* for behind BootBox */
/* Software controlled LED */
#define CONFIG_LED LED_REAL

View file

@ -65,7 +65,8 @@
#define HAVE_CHARGING 1
/* The start address index for ROM builds */
#define ROM_START 0x11010
/* #define ROM_START 0x11010 for behind original Archos */
#define ROM_START 0x7010 /* for behind BootBox */
/* Software controlled LED */
#define CONFIG_LED LED_REAL

View file

@ -74,7 +74,8 @@
#define HAVE_CHARGING 1
/* The start address index for ROM builds */
#define ROM_START 0x12010
/* #define ROM_START 0x12010 for behind original Archos */
#define ROM_START 0x7010 /* for behind BootBox */
/* Software controlled LED */
#define CONFIG_LED LED_REAL