[PATCH 1/1] Makefile: pass -ansi option to cmd_gen_envp
Fabio Estevam
festevam at gmail.com
Fri Dec 15 13:03:57 CET 2023
Hi Sébastien,
On Fri, Dec 15, 2023 at 8:14 AM Sébastien Szymanski
<sebastien.szymanski at armadeus.com> wrote:
> --- a/board/siemens/iot2050/iot2050.env
> +++ b/board/siemens/iot2050/iot2050.env
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0+
> +/* SPDX-License-Identifier: GPL-2.0+ */
This is an unrelated change.
> /*
> * Copyright (c) Siemens AG, 2023
> *
> diff --git a/board/storopack/smegw01/smegw01.env b/board/storopack/smegw01/smegw01.env
> index 93de8669109d..6807ada71887 100644
> --- a/board/storopack/smegw01/smegw01.env
> +++ b/board/storopack/smegw01/smegw01.env
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0+
> +/* SPDX-License-Identifier: GPL-2.0+ */
Same here.
More information about the U-Boot
mailing list