From 9e61976a19f92ad662308db61b8967520b291762 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Tue, 28 Aug 2012 21:48:30 +0200 Subject: [PATCH] Only build LOGFDISK for SWCODEC. Due to the way Archos devices (i.e. the only HWCODEC devices) boot, memory is tight these days. Disabling LOGFDISK on them will make them work for now. In the long term a better solution is needed. Change-Id: Ifc6bb97a81cc33545294e319bbc0a6c499788d39 --- firmware/export/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index 0857a8e66d..ec69e53157 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -1135,7 +1135,7 @@ Lyre prototype 1 */ /* enable logging messages to disk*/ #if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \ - && !defined(__PCTOOL__) + && !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC) #define ROCKBOX_HAS_LOGDISKF #endif