Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201692
b: refs/heads/master
c: 7179304
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König committed Jul 7, 2010
1 parent 2c7032c commit 9c35f1e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 44 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be6f9f006a1fb4d46a0c0b01179862375f0d53bd
refs/heads/master: 7179304bfcffbbc66ca8a8498d92e023833b017d
23 changes: 0 additions & 23 deletions trunk/arch/arm/boot/compressed/Makefile.debug

This file was deleted.

20 changes: 0 additions & 20 deletions trunk/arch/arm/boot/compressed/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ unsigned int __machine_arch_type;

#include <asm/unaligned.h>

#ifdef STANDALONE_DEBUG
#define putstr printf
#else

static void putstr(const char *ptr);
extern void error(char *x);
Expand Down Expand Up @@ -116,7 +113,6 @@ static void putstr(const char *ptr)
flush();
}

#endif

void *memcpy(void *__dest, __const void *__src, size_t __n)
{
Expand Down Expand Up @@ -186,7 +182,6 @@ asmlinkage void __div0(void)

extern void do_decompress(u8 *input, int len, u8 *output, void (*error)(char *x));

#ifndef STANDALONE_DEBUG

unsigned long
decompress_kernel(unsigned long output_start, unsigned long free_mem_ptr_p,
Expand All @@ -211,18 +206,3 @@ decompress_kernel(unsigned long output_start, unsigned long free_mem_ptr_p,
putstr(" done, booting the kernel.\n");
return output_ptr;
}
#else

char output_buffer[1500*1024];

int main()
{
output_data = output_buffer;

putstr("Uncompressing Linux...");
decompress(input_data, input_data_end - input_data,
NULL, NULL, output_data, NULL, error);
putstr("done.\n");
return 0;
}
#endif

0 comments on commit 9c35f1e

Please sign in to comment.