All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [PATCHv2 2/8] Kconfig: Remove redundant variable sets
Date: Thu, 12 Mar 2020 12:31:31 +0100	[thread overview]
Message-ID: <41354cd8-71f9-c277-183d-3b906a5cfb20@xilinx.com> (raw)
In-Reply-To: <20200311221118.4579-2-trini@konsulko.com>

On 11. 03. 20 23:11, Tom Rini wrote:
> In a few places we have Kconfig entries that set SPL_LDSCRIPT to what is
> the default value anyways.  Drop these.
> 
> Cc: Michal Simek <monstr@monstr.eu>
> Cc: Rick Chen <rick@andestech.com>
> Cc: Philippe Reynes <tremyfr@yahoo.fr>
> Cc: Eric Jarrige <eric.jarrige@armadeus.org>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  arch/microblaze/Kconfig      | 3 ---
>  arch/riscv/Kconfig           | 3 ---
>  board/armadeus/apf27/Kconfig | 3 ---
>  3 files changed, 9 deletions(-)
> 
> diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
> index 5ce8261451d3..2bd260e5d76e 100644
> --- a/arch/microblaze/Kconfig
> +++ b/arch/microblaze/Kconfig
> @@ -30,7 +30,4 @@ config STACK_SIZE
>  
>  source "board/xilinx/microblaze-generic/Kconfig"
>  
> -config SPL_LDSCRIPT
> -	default "arch/microblaze/cpu/u-boot-spl.lds"
> -

Reviewed-by: Michal Simek <michal.simek@xilinx.com> (for Microblaze)

Thanks,
Michal

  parent reply	other threads:[~2020-03-12 11:31 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-11 22:11 [PATCHv2 1/8] spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entries Tom Rini
2020-03-11 22:11 ` [PATCHv2 2/8] Kconfig: Remove redundant variable sets Tom Rini
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FA46E35F2@ATCPCS16.andestech.com>
2020-03-12  6:19     ` Rick Chen
2020-03-12 11:31   ` Michal Simek [this message]
2020-03-15  2:14   ` Masahiro Yamada
2020-03-17 15:29   ` Tom Rini
2020-03-11 22:11 ` [PATCHv2 3/8] edminiv2: Move CONFIG_SPL_LDSCRIPT to defconfig Tom Rini
2020-03-15 11:11   ` Masahiro Yamada
2020-03-17 15:29   ` Tom Rini
2020-03-11 22:11 ` [PATCHv2 4/8] mach-davinci: Hard-code the default SPL_LDSCRIPT path Tom Rini
2020-03-12  3:41   ` Lokesh Vutla
2020-03-15 11:11   ` Masahiro Yamada
2020-03-17 15:29   ` Tom Rini
2020-03-11 22:11 ` [PATCHv2 5/8] Azure / GitLab / Travis: Add Kconfig unit tests to a job Tom Rini
2020-03-17 15:29   ` Tom Rini
2020-03-11 22:11 ` [PATCHv2 6/8] scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc Tom Rini
2020-03-13 20:01   ` Rob Herring
2020-03-13 20:10     ` Tom Rini
2020-03-17 15:29   ` Tom Rini
2020-03-11 22:11 ` [PATCHv2 7/8] kconfig / kbuild: re-sync with Linux 4.18 Tom Rini
2020-03-15  2:04   ` Masahiro Yamada
2020-03-17 15:29   ` Tom Rini
2020-03-11 22:11 ` [PATCHv2 8/8] configs: Drop '$(ARCH)' usage in CONFIG_SPL_LDSCRIPT Tom Rini
2020-03-15 11:56   ` Masahiro Yamada
2020-03-15 13:06     ` Tom Rini
2020-03-17 15:29   ` Tom Rini
2020-03-15  2:05 ` [PATCHv2 1/8] spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entries Masahiro Yamada
2020-03-17 15:29 ` Tom Rini

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=41354cd8-71f9-c277-183d-3b906a5cfb20@xilinx.com \
    --to=michal.simek@xilinx.com \
    --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.