21 lines
623 B
Diff
21 lines
623 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Wed, 18 Nov 2020 23:27:07 -0600
|
|
Subject: [PATCH] sunxi: binman: Explicitly pad SPL to expected size
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
arch/arm/dts/sunxi-u-boot.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/dts/sunxi-u-boot.dtsi
|
|
+++ b/arch/arm/dts/sunxi-u-boot.dtsi
|
|
@@ -30,6 +30,7 @@
|
|
#ifdef CONFIG_ARM64
|
|
fit {
|
|
description = "Configuration to load ATF before U-Boot";
|
|
+ offset = <CONFIG_SPL_PAD_TO>;
|
|
#address-cells = <1>;
|
|
fit,fdt-list = "of-list";
|
|
|