[PATCH]MIPS64 RAMDISK in 2.6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello !

I needed the following patch to get the RAMDISK support working in
MIPS64. Tested on the Broadcom SWARM. Please review

Thanks
Manish Lachwani

--- arch/mips/ramdisk/Makefile.orig	2004-10-20 19:40:12.000000000 -0700
+++ arch/mips/ramdisk/Makefile	2004-10-20 19:45:27.000000000 -0700
@@ -5,7 +5,11 @@
 obj-y += ramdisk.o
 
 
+ifndef CONFIG_MIPS64
 O_FORMAT = $(shell $(OBJDUMP) -i | head -n 2 | grep elf32)
+else
+O_FORMAT = $(shell $(OBJDUMP) -i | head -n 15 | grep elf64)
+endif
 img := $(subst ",,$(CONFIG_EMBEDDED_RAMDISK_IMAGE))
 # add $(src) when $(img) is relative
 img := $(subst $(src)//,/,$(src)/$(img))




[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux