All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Lilja <lilja.magnus@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/7] mx31pdk: Move CONFIG_SPL_LDSCRIPT to defconfig
Date: Mon, 24 Feb 2020 20:22:43 +0100	[thread overview]
Message-ID: <CAM=E1R66gKfY8PxMZ1t9QsJzZHL3_x=qgaFFgf6qV9+UQ=ZmJg@mail.gmail.com> (raw)
In-Reply-To: <20200224180541.3654-2-trini@konsulko.com>

On Mon, 24 Feb 2020 at 19:05, Tom Rini <trini@konsulko.com> wrote:

> As there is only one mx31pdk config file and with upcoming updates to
> the Kconfig parsing logic, rather than have an entry in
> board/freescale/mx31pdk/Kconfig, move this single setting to the
> defconfig file.
>
> Cc: Magnus Lilja <lilja.magnus@gmail.com>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>

Reviewed-by:  Magnus Lilja <lilja.magnus@gmail.com>

/Magnus


>  board/freescale/mx31pdk/Kconfig | 3 ---
>  configs/mx31pdk_defconfig       | 1 +
>  2 files changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/board/freescale/mx31pdk/Kconfig
> b/board/freescale/mx31pdk/Kconfig
> index b9fc2d517786..055545c93063 100644
> --- a/board/freescale/mx31pdk/Kconfig
> +++ b/board/freescale/mx31pdk/Kconfig
> @@ -1,8 +1,5 @@
>  if TARGET_MX31PDK
>
> -config SPL_LDSCRIPT
> -       default "arch/$(ARCH)/cpu/u-boot-spl.lds"
> -
>  config SYS_BOARD
>         default "mx31pdk"
>
> diff --git a/configs/mx31pdk_defconfig b/configs/mx31pdk_defconfig
> index 9ab4a09ea9cb..163f756b4afc 100644
> --- a/configs/mx31pdk_defconfig
> +++ b/configs/mx31pdk_defconfig
> @@ -2,6 +2,7 @@ CONFIG_ARM=y
>  # CONFIG_SPL_USE_ARCH_MEMCPY is not set
>  # CONFIG_SPL_USE_ARCH_MEMSET is not set
>  CONFIG_ARCH_MX31=y
> +CONFIG_SPL_LDSCRIPT="arch/arm/cpu/u-boot-spl.lds"
>  CONFIG_SYS_TEXT_BASE=0x87e00000
>  CONFIG_SPL_LIBGENERIC_SUPPORT=y
>  CONFIG_TARGET_MX31PDK=y
> --
> 2.17.1
>
>

  reply	other threads:[~2020-02-24 19:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-24 18:05 [PATCH 1/7] misc: Add more -I$(objtree)/$(obj) lines Tom Rini
2020-02-24 18:05 ` [PATCH 2/7] mx31pdk: Move CONFIG_SPL_LDSCRIPT to defconfig Tom Rini
2020-02-24 19:22   ` Magnus Lilja [this message]
2020-03-17 15:30   ` Tom Rini
2020-02-24 18:05 ` [PATCH 3/7] Kconfig: Escape variables to make in default strings Tom Rini
2020-02-26  2:35   ` Masahiro Yamada
2020-02-26 15:22     ` Tom Rini
2020-02-24 18:05 ` [PATCH 4/7] Kconfig: Remove redundant variable sets Tom Rini
2020-02-26  2:41   ` Masahiro Yamada
2020-02-26 15:23     ` Tom Rini
2020-02-24 18:05 ` [PATCH 5/7] Azure / GitLab / Travis: Add Kconfig unit tests to a job Tom Rini
2020-02-26  2:44   ` Masahiro Yamada
2020-02-24 18:05 ` [PATCH 6/7] scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc Tom Rini
2020-02-24 18:05 ` [PATCH 7/7] kconfig / kbuild: re-sync with Linux 4.18 Tom Rini
2020-02-26  1:04   ` Masahiro Yamada
2020-02-26  3:32     ` 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='CAM=E1R66gKfY8PxMZ1t9QsJzZHL3_x=qgaFFgf6qV9+UQ=ZmJg@mail.gmail.com' \
    --to=lilja.magnus@gmail.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.