Re: [PATCH v3 6/9] sunxi: binman: Use a macro for the BL31 load address

2020-09-06 Thread Simon Glass
On Sat, 5 Sep 2020 at 21:26, Samuel Holland wrote: > > This consolidates the SoC-specific part at the top of the file to avoid > cluttering it up with preprocessor conditions. > > Signed-off-by: Samuel Holland > --- > arch/arm/dts/sunxi-u-boot.dtsi | 16 > 1 file changed, 8

[PATCH v3 6/9] sunxi: binman: Use a macro for the BL31 load address

2020-09-05 Thread Samuel Holland
This consolidates the SoC-specific part at the top of the file to avoid cluttering it up with preprocessor conditions. Signed-off-by: Samuel Holland --- arch/arm/dts/sunxi-u-boot.dtsi | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git