···251251load-$(CONFIG_POWERTV) += 0xffffffff90800000252252253253#254254-# SGI-IP32 (O2)255255-#256256-# Set the load address to >= 80069000 if you want to leave space for symmon,257257-# 0xffffffff80004000 for production kernels. Note that the value must be aligned to258258-# a multiple of the kernel stack size or the handling of the current variable259259-# will break.260260-#261261-core-$(CONFIG_SGI_IP32) += arch/mips/sgi-ip32/262262-cflags-$(CONFIG_SGI_IP32) += -I$(srctree)/arch/mips/include/asm/mach-ip32263263-load-$(CONFIG_SGI_IP32) += 0xffffffff80004000264264-265265-#266254# Sibyte SB1250/BCM1480 SOC267255#268256# This is a LIB so that it links at the end, and initcalls are later
···11+#22+# SGI-IP32 (O2)33+#44+# Set the load address to >= 80069000 if you want to leave space for symmon,55+# 0xffffffff80004000 for production kernels. Note that the value must be aligned to66+# a multiple of the kernel stack size or the handling of the current variable77+# will break.88+#99+platform-$(CONFIG_SGI_IP32) += sgi-ip32/1010+cflags-$(CONFIG_SGI_IP32) += -I$(srctree)/arch/mips/include/asm/mach-ip321111+load-$(CONFIG_SGI_IP32) += 0xffffffff80004000