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
This commit is contained in:
Frank Gevaerts 2012-08-28 21:48:30 +02:00
parent e6fd7d2d1f
commit 9e61976a19

View file

@ -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