diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 936e56f..728295d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -29,6 +29,10 @@ config PHYS_ADDR_T_64BIT bool +config ARCH_TEXT_BASE + hex + default 0xa0800000 + menu "Machine selection" config MIPS_RELOCATION_TABLE_SIZE diff --git a/arch/mips/mach-ar231x/Kconfig b/arch/mips/mach-ar231x/Kconfig index 5f9e243..f920f30 100644 --- a/arch/mips/mach-ar231x/Kconfig +++ b/arch/mips/mach-ar231x/Kconfig @@ -1,9 +1,5 @@ if MACH_MIPS_AR231X -config ARCH_TEXT_BASE - hex - default 0xa0800000 - choice prompt "Board type" diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig index 4bc1d88..b1b49b0 100644 --- a/arch/mips/mach-ath79/Kconfig +++ b/arch/mips/mach-ath79/Kconfig @@ -1,9 +1,5 @@ if MACH_MIPS_ATH79 -config ARCH_TEXT_BASE - hex - default 0xa0800000 - config SOC_QCA_AR9331 bool diff --git a/arch/mips/mach-bcm47xx/Kconfig b/arch/mips/mach-bcm47xx/Kconfig index f7522b7..c479190 100644 --- a/arch/mips/mach-bcm47xx/Kconfig +++ b/arch/mips/mach-bcm47xx/Kconfig @@ -1,9 +1,5 @@ if MACH_MIPS_BCM47XX -config ARCH_TEXT_BASE - hex - default 0xa0800000 - choice prompt "Board type" diff --git a/arch/mips/mach-loongson/Kconfig b/arch/mips/mach-loongson/Kconfig index c9f1902..ab7ccd0 100644 --- a/arch/mips/mach-loongson/Kconfig +++ b/arch/mips/mach-loongson/Kconfig @@ -1,9 +1,5 @@ if MACH_MIPS_LOONGSON -config ARCH_TEXT_BASE - hex - default 0xa0800000 - choice prompt "Board type" diff --git a/arch/mips/mach-malta/Kconfig b/arch/mips/mach-malta/Kconfig index 7079980..4671075 100644 --- a/arch/mips/mach-malta/Kconfig +++ b/arch/mips/mach-malta/Kconfig @@ -1,9 +1,5 @@ if MACH_MIPS_MALTA -config ARCH_TEXT_BASE - hex - default 0xa0800000 - config BOARD_QEMU_MALTA bool "qemu malta" select HAVE_PBL_IMAGE diff --git a/arch/mips/mach-xburst/Kconfig b/arch/mips/mach-xburst/Kconfig index b379021..ae8093d 100644 --- a/arch/mips/mach-xburst/Kconfig +++ b/arch/mips/mach-xburst/Kconfig @@ -1,9 +1,5 @@ if MACH_MIPS_XBURST -config ARCH_TEXT_BASE - hex - default 0xa0800000 - config CPU_JZ4755 bool select SYS_HAS_CPU_MIPS32_R1