RE: [PATCH 2.6.20 7/14] CRIS architecture update - Boot

2007-04-22 Thread Mikael Starvik
*(.rodata.*) + _etext = . ; + } > bootblk .data : { *(.data) - edata = . ; - } > flash + _edata = . ; + } > bootblk + .bss : + { + _bss = . ; + *(.bss) +

Re: [PATCH 2.6.20 7/14] CRIS architecture update - Boot

2007-04-22 Thread Sam Ravnborg
On Sun, Apr 22, 2007 at 09:25:23PM +0200, Mikael Starvik wrote: > The attached patch relates to CRIS kernel booting (decompresser etc) --- ../linux/arch/cris/arch-v32/boot/compressed/Makefile2007-02-04 19:44:54.0 +0100 +++ linux-2.6/arch/cris/arch-v32/boot/compressed/Makefile

[PATCH 2.6.20 7/14] CRIS architecture update - Boot

2007-04-22 Thread Mikael Starvik
The attached patch relates to CRIS kernel booting (decompresser etc) Signed-off-by: Mikael Starvik <[EMAIL PROTECTED]> /Mikael cris7_boot.patch Description: cris7_boot.patch