From: Masahiro Yamada Date: Fri, 11 Dec 2015 03:22:26 +0000 (+0900) Subject: microblaze: move CONFIG_SYS_TEXT_BASE to defconfig X-Git-Tag: KARO-TXSD-2017-03-15~2248 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b766476df09b10c244bcf6f35a667d44f618a561;p=karo-tx-uboot.git microblaze: move CONFIG_SYS_TEXT_BASE to defconfig This is how CONFIG options are defined by Kconfig. Signed-off-by: Masahiro Yamada Acked-by: Michal Simek --- diff --git a/Kconfig b/Kconfig index 9b07838764..ee4e060c28 100644 --- a/Kconfig +++ b/Kconfig @@ -209,7 +209,7 @@ config SYS_EXTRA_OPTIONS config SYS_TEXT_BASE depends on SPARC || ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP || \ - (M68K && !TARGET_ASTRO_MCF5373L) + (M68K && !TARGET_ASTRO_MCF5373L) || MICROBLAZE depends on !EFI_APP hex "Text Base" help diff --git a/board/xilinx/microblaze-generic/config.mk b/board/xilinx/microblaze-generic/config.mk index 36bdd96343..95ef9c0f06 100644 --- a/board/xilinx/microblaze-generic/config.mk +++ b/board/xilinx/microblaze-generic/config.mk @@ -11,8 +11,6 @@ # the generated file from your Xilinx design flow. # -CONFIG_SYS_TEXT_BASE = 0x29000000 - PLATFORM_CPPFLAGS += -mno-xl-soft-mul PLATFORM_CPPFLAGS += -mno-xl-soft-div PLATFORM_CPPFLAGS += -mxl-barrel-shift diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 54aa3ef3d2..ed336e6bc4 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -1,6 +1,7 @@ CONFIG_MICROBLAZE=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_TARGET_MICROBLAZE_GENERIC=y +CONFIG_SYS_TEXT_BASE=0x29000000 CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" CONFIG_SPL=y CONFIG_SYS_PROMPT="U-Boot-mONStR> "