From c2ca8c710c9841892ca8123e39d2acdf0a0e5de3 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Tue, 27 Nov 2007 15:40:29 +0000 Subject: * 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 --- firmware/target/arm/imx31/gigabeat-s/system-target.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/target/arm/imx31/gigabeat-s/system-target.h') 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) -- cgit v1.2.3