|
@@ -25,13 +25,7 @@ unsigned int __machine_arch_type;
|
|
|
static void putstr(const char *ptr);
|
|
static void putstr(const char *ptr);
|
|
|
extern void error(char *x);
|
|
extern void error(char *x);
|
|
|
|
|
|
|
|
-#ifdef CONFIG_ARCH_MULTIPLATFORM
|
|
|
|
|
-static inline void putc(int c) {}
|
|
|
|
|
-static inline void flush(void) {}
|
|
|
|
|
-static inline void arch_decomp_setup(void) {}
|
|
|
|
|
-#else
|
|
|
|
|
-#include <mach/uncompress.h>
|
|
|
|
|
-#endif
|
|
|
|
|
|
|
+#include CONFIG_UNCOMPRESS_INCLUDE
|
|
|
|
|
|
|
|
#ifdef CONFIG_DEBUG_ICEDCC
|
|
#ifdef CONFIG_DEBUG_ICEDCC
|
|
|
|
|
|