mips: rename PGD_ORDER to PGD_TABLE_ORDER
[linux-2.6-microblaze.git] / arch / mips / Makefile
index e036fc0..bb236de 100644 (file)
@@ -158,7 +158,6 @@ cflags-y += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
 # CPU-dependent compiler/assembler options for optimization.
 #
 cflags-$(CONFIG_CPU_R3000)     += -march=r3000
-cflags-$(CONFIG_CPU_TX39XX)    += -march=r3900
 cflags-$(CONFIG_CPU_R4300)     += -march=r4300 -Wa,--trap
 cflags-$(CONFIG_CPU_VR41XX)    += -march=r4100 -Wa,--trap
 cflags-$(CONFIG_CPU_R4X00)     += -march=r4600 -Wa,--trap
@@ -340,14 +339,12 @@ drivers-$(CONFIG_PM)      += arch/mips/power/
 boot-y                 := vmlinux.bin
 boot-y                 += vmlinux.ecoff
 boot-y                 += vmlinux.srec
-ifeq ($(shell expr $(load-y) \< 0xffffffff80000000 2> /dev/null), 0)
 boot-y                 += uImage
 boot-y                 += uImage.bin
 boot-y                 += uImage.bz2
 boot-y                 += uImage.gz
 boot-y                 += uImage.lzma
 boot-y                 += uImage.lzo
-endif
 boot-y                 += vmlinux.itb
 boot-y                 += vmlinux.gz.itb
 boot-y                 += vmlinux.bz2.itb
@@ -359,9 +356,7 @@ bootz-y                     := vmlinuz
 bootz-y                        += vmlinuz.bin
 bootz-y                        += vmlinuz.ecoff
 bootz-y                        += vmlinuz.srec
-ifeq ($(shell expr $(zload-y) \< 0xffffffff80000000 2> /dev/null), 0)
 bootz-y                        += uzImage.bin
-endif
 bootz-y                        += vmlinuz.itb
 
 #