--- zzzz-none-000/linux-2.6.19.2/arch/mips/Makefile 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/mips/Makefile 2007-05-08 12:32:35.000000000 +0000 @@ -63,9 +63,7 @@ ifdef CONFIG_BUILD_ELF64 cflags-y += $(call cc-option,-mno-explicit-relocs) else -# -msym32 can not be used for modules since they are loaded into XKSEG -CFLAGS_MODULE += $(call cc-option,-mno-explicit-relocs) -CFLAGS_KERNEL += $(call cc-option,-msym32) +cflags-y += $(call cc-option,-msym32) endif endif @@ -325,6 +323,30 @@ load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 # +# MIPS OHIO board +# +core-$(CONFIG_MIPS_OHIO) += arch/mips/mips-boards/ohio/ +cflags-$(CONFIG_MIPS_OHIO) += -Iinclude/asm-mips/mach-ohio +cflags-$(CONFIG_MIPS_OHIO) += -Iinclude/asm-mips/mach-mips +load-$(CONFIG_MIPS_OHIO) += 0xffffffff94000000 + +# +# MIPS AR7 board +# +core-$(CONFIG_MIPS_AR7) += arch/mips/mips-boards/ar7/ +cflags-$(CONFIG_MIPS_AR7) += -Iinclude/asm-mips/mach-ar7 +cflags-$(CONFIG_MIPS_AR7) += -Iinclude/asm-mips/mach-mips +load-$(CONFIG_MIPS_AR7) += 0xffffffff94000000 + +# +# MIPS UR8 board +# +core-$(CONFIG_MIPS_UR8) += arch/mips/mips-boards/ur8/ +cflags-$(CONFIG_MIPS_UR8) += -Iinclude/asm-mips/mach-ur8 +cflags-$(CONFIG_MIPS_UR8) += -Iinclude/asm-mips/mach-mips +load-$(CONFIG_MIPS_UR8) += 0xffffffff94000000 + +# # MIPS SIM # core-$(CONFIG_MIPS_SIM) += arch/mips/mips-boards/sim/