From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/8] microblaze: move CONFIG_SYS_TEXT_BASE to defconfig
Date: Fri, 11 Dec 2015 08:32:28 +0100 [thread overview]
Message-ID: <566A7C0C.4040408@monstr.eu> (raw)
In-Reply-To: <1449804151-12707-4-git-send-email-yamada.masahiro@socionext.com>
On 11.12.2015 04:22, Masahiro Yamada wrote:
> This is how CONFIG options are defined by Kconfig.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> Kconfig | 2 +-
> board/xilinx/microblaze-generic/config.mk | 2 --
> configs/microblaze-generic_defconfig | 1 +
> 3 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/Kconfig b/Kconfig
> index 9b07838..ee4e060 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 36bdd96..95ef9c0 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 1fe2e0f..66d0e97 100644
> --- a/configs/microblaze-generic_defconfig
> +++ b/configs/microblaze-generic_defconfig
> @@ -1,5 +1,6 @@
> CONFIG_MICROBLAZE=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> "
>
I have made the same patch recently but you were first that's why.
Acked-by: Michal Simek <michal.simek@xilinx.com>
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151211/34a0a60a/attachment.sig>
next prev parent reply other threads:[~2015-12-11 7:32 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-11 3:22 [U-Boot] [PATCH 0/8] m68k, mips, powerpc, kbuild: move CONFIG_SYS_TEXT_BASE Masahiro Yamada
2015-12-11 3:22 ` [U-Boot] [PATCH 1/8] m68k: move CONFIG_SYS_TEXT_BASE to defconfig files Masahiro Yamada
2015-12-13 19:55 ` Angelo Dureghello
2016-01-06 0:24 ` Simon Glass
2016-01-20 21:00 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 2/8] m68k: M54418TWR: drop board/freescale/m54418twr/config.mk Masahiro Yamada
2015-12-13 19:55 ` Angelo Dureghello
2016-01-20 21:00 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 3/8] microblaze: move CONFIG_SYS_TEXT_BASE to defconfig Masahiro Yamada
2015-12-11 7:32 ` Michal Simek [this message]
2016-01-20 21:00 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 4/8] mips: vct: move CONFIG_SYS_TEXT_BASE away from config.mk Masahiro Yamada
2015-12-11 13:45 ` Daniel Schwierzeck
2016-01-20 21:00 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 5/8] mips: dbau1x00: " Masahiro Yamada
2015-12-11 13:46 ` Daniel Schwierzeck
2016-01-20 21:00 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 6/8] mips: pb1x00: " Masahiro Yamada
2015-12-11 13:46 ` Daniel Schwierzeck
2016-01-20 21:01 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 7/8] powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE " Masahiro Yamada
2015-12-11 4:04 ` Stefan Roese
2016-01-20 21:01 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 8/8] kbuild: drop workaround for old style CONFIG_SYS_TEXT_BASE defines Masahiro Yamada
2015-12-11 4:05 ` Stefan Roese
2016-01-20 21:01 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-13 19:54 ` [U-Boot] [PATCH 0/8] m68k, mips, powerpc, kbuild: move CONFIG_SYS_TEXT_BASE Angelo Dureghello
2015-12-14 9:52 ` Angelo Dureghello
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=566A7C0C.4040408@monstr.eu \
--to=monstr@monstr.eu \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.