Re: [PATCH 2/5] imx93-u-boot: wrap SPL and U-Boot nodes in a CST node if AHAB_BOOT enabled
Simon Glass <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <CAFLszTjT-8PAzCDyh9FMDJ8jbdvXypBGbJh73qXSzMmO_EC3bg__22143.6627720081$1786742629$gmane$org@mail.gmail.com> |
Hi Jérémie, On 2026-08-14T17:07:09, Jérémie Dautheribes <[email protected]> wrote: > imx93-u-boot: wrap SPL and U-Boot nodes in a CST node if AHAB_BOOT enabled > > In case CONFIG_AHAB_BOOT is enabled, extend the binman image description > for the i.MX93 platform with a CST wrapper node. This way, if > CONFIG_AHAB_BOOT is enabled, binman will be automatically used to sign SPL > and U-Boot containers. The two sentences say the same thing. Please fold into one, e.g. 'When CONFIG_AHAB_BOOT is enabled, wrap the SPL and U-Boot binman nodes in a CST node so that binman signs them automatically'. Reviewed-by: Simon Glass <[email protected]> > > Signed-off-by: Jérémie Dautheribes (Schneider Electric) <[email protected]> > > arch/arm/dts/imx93-u-boot.dtsi | 54 +++++++++++++++++++++++++++--------------- > 1 file changed, 35 insertions(+), 19 deletions(-) Regards, Simon