Re: [PATCH V2 4/7] tools: binman: section: replace @ with -

2022-05-08 Thread Tom Rini
On Sat, May 07, 2022 at 07:03:58PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > In arch/arm/dts/imx8mp-u-boot.dtsi, there are blob-ext@1, blob-ext@2 and > etc which is for packing ddr phy firmware. However we could not declare > symbol name such as 'binman_sym_declare(ulong, blob_ext@1, ima

[PATCH V2 4/7] tools: binman: section: replace @ with -

2022-05-07 Thread Peng Fan (OSS)
From: Peng Fan In arch/arm/dts/imx8mp-u-boot.dtsi, there are blob-ext@1, blob-ext@2 and etc which is for packing ddr phy firmware. However we could not declare symbol name such as 'binman_sym_declare(ulong, blob_ext@1, image_pos)', because '@' is not allowed, so we choose to declare the symbol 'b