*(.rodata.*)
+ _etext = . ;
+ } > bootblk
.data :
{
*(.data)
- edata = . ;
- } > flash
+ _edata = . ;
+ } > bootblk
+ .bss :
+ {
+ _bss = . ;
+ *(.bss)
+
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
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
3 matches
Mail list logo