diff options
author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-11-27 15:40:29 +0000 |
---|---|---|
committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-11-27 15:40:29 +0000 |
commit | c2ca8c710c9841892ca8123e39d2acdf0a0e5de3 (patch) | |
tree | 3559f4629701ad4ce7b0142bb3160a2a96ea92c1 /firmware/target/arm/imx31 | |
parent | 1dff29a9d6780c2fd10ac1ad32929cb6808c0936 (diff) |
* Make the Gigabeat S bootloader a bit more interesting: it looks for the first firmware file it finds on the second partition and attempts to load it. Loading fails to get past the splash screen though.
* Make the main binary compile.
To send a firmware file, use mtp-sendfile. To update you'll need to delete the previous firmware file, as files are named sequentially and the first one is loaded.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15836 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx31')
-rw-r--r-- | firmware/target/arm/imx31/gigabeat-s/system-target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/system-target.h b/firmware/target/arm/imx31/gigabeat-s/system-target.h index b1803d01cb..e87b93b13a 100644 --- a/firmware/target/arm/imx31/gigabeat-s/system-target.h +++ b/firmware/target/arm/imx31/gigabeat-s/system-target.h @@ -30,6 +30,8 @@ static inline void udelay(unsigned int usecs) while (EPITCNT1 > stop); } +#define __dbg_hw_info(...) 0 +#define __dbg_ports(...) 0 #define HAVE_INVALIDATE_ICACHE static inline void invalidate_icache(void) |