diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-11-27 01:25:11 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-11-27 01:25:11 +0000 |
| commit | 4fb825eed983c6fb3d76b3efbc61014f69969a87 (patch) | |
| tree | 9a243b7006718cc661ff9019c5342a762c94efdc /firmware/boot.lds | |
| parent | a8b388fb86096b265780ac682adddcec22005f79 (diff) | |
| download | rockbox-4fb825eed983c6fb3d76b3efbc61014f69969a87.zip rockbox-4fb825eed983c6fb3d76b3efbc61014f69969a87.tar.gz rockbox-4fb825eed983c6fb3d76b3efbc61014f69969a87.tar.bz2 rockbox-4fb825eed983c6fb3d76b3efbc61014f69969a87.tar.xz | |
Make the Gigabeat-S bootloader dual-boot. The hold switch is used to choose what to boot - because it is a simple GPIO test.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15828 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/boot.lds')
| -rw-r--r-- | firmware/boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds index d4c72b5..108660f 100644 --- a/firmware/boot.lds +++ b/firmware/boot.lds @@ -292,7 +292,7 @@ SECTIONS } #elif (CONFIG_CPU==IMX31L) { - . = 0x88201000; + . = 0x8a000000; .vectors : { KEEP(*(.vectors*)); |