[RESEND PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs

Fabio Estevam festevam at gmail.com
Sun Jan 29 20:46:28 CET 2023


On Sun, Jan 29, 2023 at 1:47 PM Dario Binacchi
<dario.binacchi at amarulasolutions.com> wrote:

> The patch re-added 'console=${console}':
> diff --cc include/configs/imx8mn_bsh_smm_s2.h
> index d09c2ab01610,84c19824bdca..c6b296281424
> --- a/include/configs/imx8mn_bsh_smm_s2.h
> +++ b/include/configs/imx8mn_bsh_smm_s2.h
> @@@ -14,11 -14,8 +14,9 @@@
>   #include <config_distro_bootcmd.h>
>
>   #define NANDARGS \
> -       "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
> -       "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
> -       "nandargs=setenv bootargs " \
> +       "nandargs=setenv bootargs console=${console} " \
>                 "${optargs} " \
>  +              "mtdparts=${mtdparts} " \
>                 "root=${nandroot} " \
>                 "rootfstype=${nandrootfstype}\0" \
>         "nandroot=ubi0:root rw ubi.mtd=nandrootfs\0" \
>
> that I already removed in the commit:
> bede82f75075 ("configs: imx8mn_bsh_smm_s2: remove console from bootargs").
> This is why I decided to add the fix tag.

Understood.

It would be nice to have such an explanation in the commit log.


More information about the U-Boot mailing list