aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@foss.st.com>2021-11-15 11:39:13 +0100
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-11-30 11:15:58 +0100
commitb9a0cc8752d4afb7ff6dd25393b66b0b55e848b9 (patch)
tree8b944e2ed1a5bb67f1bbdf4852f81f4e2941d8ee /arch
parent2402c93130c09b881f9cc1369459fb49d9fa0f74 (diff)
downloadu-boot-b9a0cc8752d4afb7ff6dd25393b66b0b55e848b9.zip
u-boot-b9a0cc8752d4afb7ff6dd25393b66b0b55e848b9.tar.gz
u-boot-b9a0cc8752d4afb7ff6dd25393b66b0b55e848b9.tar.bz2
ARM: dts: stm32: Use lower-case hex for address for stm32mp15-u-boot.dtsi
Replace upper-case hex with lower-case hex for address. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/stm32mp15-u-boot.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/stm32mp15-u-boot.dtsi b/arch/arm/dts/stm32mp15-u-boot.dtsi
index db23d80..e23d6c7 100644
--- a/arch/arm/dts/stm32mp15-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp15-u-boot.dtsi
@@ -50,8 +50,8 @@
compatible = "st,stm32mp1-ddr";
- reg = <0x5A003000 0x550
- 0x5A004000 0x234>;
+ reg = <0x5a003000 0x550
+ 0x5a004000 0x234>;
clocks = <&rcc AXIDCG>,
<&rcc DDRC1>,
@@ -237,7 +237,7 @@
u-boot-stm32 {
filename = "u-boot.stm32";
mkimage {
- args = "-T stm32image -a 0xC0100000 -e 0xC0100000";
+ args = "-T stm32image -a 0xc0100000 -e 0xc0100000";
u-boot {
};
};
@@ -250,7 +250,7 @@
spl-stm32 {
filename = "u-boot-spl.stm32";
mkimage {
- args = "-T stm32image -a 0x2FFC2500 -e 0x2FFC2500";
+ args = "-T stm32image -a 0x2ffc2500 -e 0x2ffc2500";
u-boot-spl {
};
};