U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Graute <oliver.graute@kococonnector.com>
To: Simon Glass <sjg@chromium.org>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	Tom Rini <trini@konsulko.com>,
	 Jerome Forissier <jerome.forissier@linaro.org>
Subject: Re: [PATCH v2 09/22] advantech: Include env.h in imx8qm_dmsse20_a1
Date: Thu, 8 May 2025 10:27:10 +0000	[thread overview]
Message-ID: <aByG3-3WqbYTpcxx@graute-macos> (raw)
In-Reply-To: <20250501010456.3930701-10-sjg@chromium.org>

On 30/04/25, Simon Glass wrote:
> This file uses the environment but does not include the header file.
> Update it.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
> (no changes since v1)
> 
>  board/advantech/imx8qm_dmsse20_a1/imx8qm_dmsse20_a1.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/board/advantech/imx8qm_dmsse20_a1/imx8qm_dmsse20_a1.c b/board/advantech/imx8qm_dmsse20_a1/imx8qm_dmsse20_a1.c
> index 50b35db5f6c..accd300df04 100644
> --- a/board/advantech/imx8qm_dmsse20_a1/imx8qm_dmsse20_a1.c
> +++ b/board/advantech/imx8qm_dmsse20_a1/imx8qm_dmsse20_a1.c
> @@ -4,6 +4,7 @@
>   * Copyright 2019-2023 Kococonnector GmbH
>   */
>  
> +#include <env.h>
>  #include <errno.h>
>  #include <linux/libfdt.h>
>  #include <asm/io.h>
> -- 
> 2.43.0

Acked-by: Oliver Graute <oliver.graute@kococonnector.com>

  reply	other threads:[~2025-05-08 10:27 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-01  1:04 [PATCH v2 00/22] Deal with exfat versus byteorder Simon Glass
2025-05-01  1:04 ` [PATCH v2 01/22] net: Use a forward declaration for cmd_tbl in net-common.h Simon Glass
2025-05-01  1:04 ` [PATCH v2 02/22] congatec: Include env.h to permit reading the environment Simon Glass
2025-05-01 14:06   ` Tom Rini
2025-05-01 15:04     ` Simon Glass
2025-05-01 15:33       ` Tom Rini
2025-05-02 13:11         ` Simon Glass
2025-05-02 14:06           ` Tom Rini
2025-05-02 14:52             ` Simon Glass
2025-05-02 15:04               ` Tom Rini
2025-05-03  2:10                 ` Simon Glass
2025-05-03 16:30                   ` Tom Rini
2025-05-03 16:37                     ` Tom Rini
2025-05-03 21:27                       ` Simon Glass
2025-05-05 14:43                         ` Tom Rini
2025-05-01  1:04 ` [PATCH v2 03/22] dhelectronics: " Simon Glass
2025-05-01  1:04 ` [PATCH v2 04/22] imx8ulp_evk: " Simon Glass
2025-05-01  1:04 ` [PATCH v2 05/22] venice: " Simon Glass
2025-05-01  1:04 ` [PATCH v2 06/22] phytec: " Simon Glass
2025-05-01  1:04 ` [PATCH v2 07/22] ronetix: " Simon Glass
2025-05-01  1:04 ` [PATCH v2 08/22] toradex: " Simon Glass
2025-05-01  1:04 ` [PATCH v2 09/22] advantech: Include env.h in imx8qm_dmsse20_a1 Simon Glass
2025-05-08 10:27   ` Oliver Graute [this message]
2025-05-01  1:04 ` [PATCH v2 10/22] tegra: Include env.h to permit reading the environment Simon Glass
2025-05-01  1:04 ` [PATCH v2 11/22] synology: " Simon Glass
2025-05-01  3:21   ` Tony Dinh
2025-05-02  8:17   ` Stefan Roese
2025-05-01  1:04 ` [PATCH v2 12/22] amlogic: " Simon Glass
2025-05-08 16:18   ` Viacheslav
2025-05-01  1:04 ` [PATCH v2 13/22] freescale: " Simon Glass
2025-05-01  1:04 ` [PATCH v2 14/22] google: " Simon Glass
2025-05-01  1:04 ` [PATCH v2 15/22] liebherr: " Simon Glass
2025-05-01  6:17   ` Lukasz Majewski
2025-05-01  1:04 ` [PATCH v2 16/22] technexion: " Simon Glass
2025-05-01  1:04 ` [PATCH v2 17/22] elf: Only use network environment-variables if net enabled Simon Glass
2025-05-05 12:37   ` Jerome Forissier
2025-05-01  1:04 ` [PATCH v2 18/22] net: Include byteorder in net6.h Simon Glass
2025-05-01  1:04 ` [PATCH v2 19/22] net: Include string.h in net-legacy.h Simon Glass
2025-05-05 12:38   ` Jerome Forissier
2025-05-01  1:04 ` [PATCH v2 20/22] net: Include env.h in pcap.c Simon Glass
2025-05-01  1:04 ` [PATCH v2 21/22] net: dc2114x: Include env.h to permit reading the environment Simon Glass
2025-05-01  1:04 ` [PATCH v2 22/22] net: Move env_get_ip() out of the header file Simon Glass
2025-05-01  2:02 ` [PATCH v2 00/22] Deal with exfat versus byteorder Marek Vasut
2025-05-01 12:07   ` Simon Glass
2025-05-01 14:17     ` Tom Rini
2025-05-01 15:03       ` Simon Glass
2025-05-01 15:35         ` 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=aByG3-3WqbYTpcxx@graute-macos \
    --to=oliver.graute@kococonnector.com \
    --cc=jerome.forissier@linaro.org \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox