[PATCH 2/2] sunxi: binman: Do not hardcode U-Boot load address

2021-02-07 Thread Samuel Holland
The FIT description has access to the configuration variables. Use the appropriate variable instead of hardcoding the address. Signed-off-by: Samuel Holland --- arch/arm/dts/sunxi-u-boot.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arc

Re: [PATCH 2/2] sunxi: binman: Do not hardcode U-Boot load address

2021-02-08 Thread Simon Glass
On Sun, 7 Feb 2021 at 23:03, Samuel Holland wrote: > > The FIT description has access to the configuration variables. Use the > appropriate variable instead of hardcoding the address. > > Signed-off-by: Samuel Holland > --- > arch/arm/dts/sunxi-u-boot.dtsi | 2 +- > 1 file changed, 1 insertion(+

Re: [PATCH 2/2] sunxi: binman: Do not hardcode U-Boot load address

2021-03-31 Thread Andre Przywara
On Mon, 8 Feb 2021 00:03:17 -0600 Samuel Holland wrote: > The FIT description has access to the configuration variables. Use the > appropriate variable instead of hardcoding the address. > > Signed-off-by: Samuel Holland Thanks, both patches queued for -next. Cheers, Andre > --- > arch/arm