Skip to content
Snippets Groups Projects
Commit b766476d authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

microblaze: move CONFIG_SYS_TEXT_BASE to defconfig


This is how CONFIG options are defined by Kconfig.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 61a4392a
No related branches found
No related tags found
No related merge requests found
...@@ -209,7 +209,7 @@ config SYS_EXTRA_OPTIONS ...@@ -209,7 +209,7 @@ config SYS_EXTRA_OPTIONS
config SYS_TEXT_BASE config SYS_TEXT_BASE
depends on SPARC || ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP || \ depends on SPARC || ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP || \
(M68K && !TARGET_ASTRO_MCF5373L) (M68K && !TARGET_ASTRO_MCF5373L) || MICROBLAZE
depends on !EFI_APP depends on !EFI_APP
hex "Text Base" hex "Text Base"
help help
......
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
# the generated file from your Xilinx design flow. # the generated file from your Xilinx design flow.
# #
CONFIG_SYS_TEXT_BASE = 0x29000000
PLATFORM_CPPFLAGS += -mno-xl-soft-mul PLATFORM_CPPFLAGS += -mno-xl-soft-mul
PLATFORM_CPPFLAGS += -mno-xl-soft-div PLATFORM_CPPFLAGS += -mno-xl-soft-div
PLATFORM_CPPFLAGS += -mxl-barrel-shift PLATFORM_CPPFLAGS += -mxl-barrel-shift
CONFIG_MICROBLAZE=y CONFIG_MICROBLAZE=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_TARGET_MICROBLAZE_GENERIC=y CONFIG_TARGET_MICROBLAZE_GENERIC=y
CONFIG_SYS_TEXT_BASE=0x29000000
CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
CONFIG_SPL=y CONFIG_SPL=y
CONFIG_SYS_PROMPT="U-Boot-mONStR> " CONFIG_SYS_PROMPT="U-Boot-mONStR> "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment