
Hi Andrey,
On 17.06.21 18:03, ZHIZHIKIN Andrey wrote:
Hello Stefano,
I believe the following patch is missing from the series that I've submitted earlier.
From the entire series named "Correct and extend distro boot support for imx8m" [1], there were 3 patches included, namely: [2] imx8mm: configs: enable distro default features [3] imx8mp: configs: enable distro default features [4] imx8mn: configs: add support for distro boot commands
I see that only [4] is actually got merged, the rest 2 patches are left in "Superseded" state in Patchwork.
..and then discharged...
I'm not sure what happened here,
I have no idea, too.
I believe that was due to the fact that the patch which targeted "imx8mn" has been updated to V2 which caused the entire series to be dropped.
Should I re-submit the rest of 2 patches from the original series, or perhaps you can take them from the Patchwork directly?
I check myself, thanks for pointing out.
Best regards, Stefano
-----Original Message----- From: Fabio Estevam festevam@gmail.com Sent: Sunday, May 2, 2021 12:00 AM To: ZHIZHIKIN Andrey andrey.zhizhikin@leica-geosystems.com Cc: U-Boot-Denx u-boot@lists.denx.de; Peng Fan peng.fan@nxp.com Subject: Re: [PATCH 1/3] imx8mm: configs: enable distro default features
Hi Andrey,
On Sat, May 1, 2021 at 5:24 PM Andrey Zhizhikin <andrey.zhizhikin@leica- geosystems.com> wrote:
imx8mm ekv has been switched to use distro boot commands, but had no correct options enabled to support sysboot. According to the README.distro, sysboot is consindered to be a recommended way of using distro boot commands, it required default distro features to be enabled instead of only those that are relevant to the boot script.
Replace the boot script specific options in the config to a default distro option.
Signed-off-by: Andrey Zhizhikin andrey.zhizhikin@leica-geosystems.com Cc: Peng Fan peng.fan@nxp.com Fixes: 2df8930bf9 ("imx8mm: configs: add support for distro boot commands")
Reviewed-by: Fabio Estevam festevam@gmail.com
Link: [1]: http://patchwork.ozlabs.org/project/uboot/list/?series=241695 Link: [2]: http://patchwork.ozlabs.org/project/uboot/patch/20210501202306.5254-2-andrey... Link: [3]: http://patchwork.ozlabs.org/project/uboot/patch/20210501202306.5254-3-andrey... Link: [4]: http://patchwork.ozlabs.org/project/uboot/patch/20210501202306.5254-4-andrey...
-- Andrey