All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 1/2] Re-embed the FDTs for the Malta targets.
Date: Mon, 22 Feb 2021 20:03:38 +0100	[thread overview]
Message-ID: <aff6204b-1e92-6b90-d1f7-41e05bd90db4@gmx.de> (raw)
In-Reply-To: <20210222170512.22601-2-reinoud@NetBSD.org>



On 2/22/21 6:05 PM, Reinoud Zandijk wrote:

Please, provide a commit message and a Signed-by line.

> ---
>   configs/malta64_defconfig   | 1 +
>   configs/malta64el_defconfig | 1 +
>   configs/malta_defconfig     | 1 +
>   configs/maltael_defconfig   | 1 +
>   4 files changed, 4 insertions(+)
>
> diff --git a/configs/malta64_defconfig b/configs/malta64_defconfig
> index 878dc6ee05..106c890faa 100644
> --- a/configs/malta64_defconfig
> +++ b/configs/malta64_defconfig
> @@ -21,6 +21,7 @@ CONFIG_CMD_DHCP=y
>   CONFIG_CMD_PING=y
>   CONFIG_CMD_DATE=y
>   # CONFIG_ISO_PARTITION is not set
> +CONFIG_OF_EMBED=y
>   CONFIG_ENV_IS_IN_FLASH=y
>   CONFIG_ENV_ADDR=0xFFFFFFFFBE3E0000
>   CONFIG_MTD_NOR_FLASH=y
> diff --git a/configs/malta64el_defconfig b/configs/malta64el_defconfig
> index 7dfe67355f..e61d61b26b 100644
> --- a/configs/malta64el_defconfig
> +++ b/configs/malta64el_defconfig
> @@ -23,6 +23,7 @@ CONFIG_CMD_DHCP=y
>   CONFIG_CMD_PING=y
>   CONFIG_CMD_DATE=y
>   # CONFIG_ISO_PARTITION is not set
> +CONFIG_OF_EMBED=y
>   CONFIG_ENV_IS_IN_FLASH=y
>   CONFIG_ENV_ADDR=0xFFFFFFFFBE3E0000
>   CONFIG_MTD_NOR_FLASH=y
> diff --git a/configs/malta_defconfig b/configs/malta_defconfig
> index 304f2198ba..c1dfa357d2 100644
> --- a/configs/malta_defconfig
> +++ b/configs/malta_defconfig
> @@ -20,6 +20,7 @@ CONFIG_CMD_DHCP=y
>   CONFIG_CMD_PING=y
>   CONFIG_CMD_DATE=y
>   # CONFIG_ISO_PARTITION is not set
> +CONFIG_OF_EMBED=y

This should not be used in a defconfig.

dts/Kconfig:83:

"Boards in the mainline U-Boot tree should not use it."

Best regards

Heinrich

>   CONFIG_ENV_IS_IN_FLASH=y
>   CONFIG_ENV_ADDR=0xBE3E0000
>   CONFIG_MTD_NOR_FLASH=y
> diff --git a/configs/maltael_defconfig b/configs/maltael_defconfig
> index 7436e4e943..0a8badcb84 100644
> --- a/configs/maltael_defconfig
> +++ b/configs/maltael_defconfig
> @@ -22,6 +22,7 @@ CONFIG_CMD_DHCP=y
>   CONFIG_CMD_PING=y
>   CONFIG_CMD_DATE=y
>   # CONFIG_ISO_PARTITION is not set
> +CONFIG_OF_EMBED=y
>   CONFIG_ENV_IS_IN_FLASH=y
>   CONFIG_ENV_ADDR=0xBE3E0000
>   CONFIG_MTD_NOR_FLASH=y
>

  reply	other threads:[~2021-02-22 19:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-22 17:05 [PATCH 0/2] Fix MIPS/Malta target and its IDE work Reinoud Zandijk
2021-02-22 17:05 ` [PATCH 1/2] Re-embed the FDTs for the Malta targets Reinoud Zandijk
2021-02-22 19:03   ` Heinrich Schuchardt [this message]
2021-02-22 17:05 ` [PATCH 2/2] Fix IDE commands issued, fix endian issues, fix non MMIO Reinoud Zandijk
2021-02-22 18:59   ` Heinrich Schuchardt
2021-02-22 18:23 ` [PATCH 0/2] Fix MIPS/Malta target and its IDE work Daniel Schwierzeck
2021-02-22 19:56   ` Reinoud Zandijk
2021-02-23  0:03     ` Daniel Schwierzeck
2021-02-23 14:19       ` Reinoud Zandijk
2021-02-23 14:26         ` Tom Rini
2021-02-23 14:31           ` Tom Rini
2021-02-23 18:06         ` Daniel Schwierzeck
2021-02-23 20:46           ` Heinrich Schuchardt

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=aff6204b-1e92-6b90-d1f7-41e05bd90db4@gmx.de \
    --to=xypron.glpk@gmx.de \
    --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.