On 03/06/2022 10:17, Peng Fan (OSS) wrote: > From: Peng Fan <peng....@nxp.com> > > We are migrating to use BINMAN SYMBOLS, the current name is not > a valid binman type, so update to unify them. > > Also add `type = "blob-ext";` for generating a valid binman symbol
(While applying, please remove the lines above.) > The current names are inconsistent across different boards, so unify them. > > Also add `type = "blob-ext";`, since the new names are not valid binman types. > > Tested-by: Tim Harvey <thar...@gateworks.com> #imx8m[m,n,p]-venice > Signed-off-by: Peng Fan <peng....@nxp.com> > --- > arch/arm/dts/imx8mm-u-boot.dtsi | 8 ++++---- > arch/arm/dts/imx8mn-beacon-kit-u-boot.dtsi | 12 ++++++++---- > arch/arm/dts/imx8mn-bsh-smm-s2-u-boot-common.dtsi | 4 ++-- > arch/arm/dts/imx8mn-ddr4-evk-u-boot.dtsi | 12 ++++++++---- > arch/arm/dts/imx8mn-evk-u-boot.dtsi | 12 ++++++++---- > arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi | 8 ++++---- > arch/arm/dts/imx8mn-venice-u-boot.dtsi | 8 ++++---- > arch/arm/dts/imx8mp-u-boot.dtsi | 12 ++++++++---- > arch/arm/dts/imx8mq-cm-u-boot.dtsi | 12 ++++++++---- > arch/arm/dts/imx8mq-u-boot.dtsi | 8 ++++---- > 10 files changed, 58 insertions(+), 38 deletions(-) Reviewed-by: Alper Nebi Yasak <alpernebiya...@gmail.com>