mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
microblaze: move CONFIG_SYS_TEXT_BASE to defconfig
This is how CONFIG options are defined by Kconfig. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
61a4392a36
commit
b766476df0
3 changed files with 2 additions and 3 deletions
2
Kconfig
2
Kconfig
|
@ -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 @@
|
||||||
# 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
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
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> "
|
||||||
|
|
Loading…
Reference in a new issue