[PATCH] ARM: fix typo in sxb state variable
Vivien Didelot
vivien.didelot at gmail.com
Tue Apr 6 16:00:52 BST 2021
From: Vivien Didelot <vdidelot at pbsc.com>
The sxb state contains a variable with two typos in it:
sucessfull -> successful, fix it.
Signed-off-by: Vivien Didelot <vdidelot at pbsc.com>
---
arch/arm/dts/ac-sxb.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/ac-sxb.dts b/arch/arm/dts/ac-sxb.dts
index 8f2eec0fa0..8a030a5c66 100644
--- a/arch/arm/dts/ac-sxb.dts
+++ b/arch/arm/dts/ac-sxb.dts
@@ -68,7 +68,7 @@
default= <1>;
};
- last_chosen_sucessfull at 1c {
+ last_chosen_successful at 1c {
reg = <0x1c 0x4>;
type = "uint32";
default = <0>;
--
2.30.2
More information about the barebox
mailing list