diff options
author | Patrice Chotard | 2020-11-06 08:12:00 +0100 |
---|---|---|
committer | Patrick Delaunay | 2020-11-25 10:29:23 +0100 |
commit | d5b05113912989f2f23f0bb130bce7e42a9cacd1 (patch) | |
tree | d42df7e20c6b821434d9035b4b14c582d2d80195 | |
parent | 183362947c4d538c9377dfeac7934c234b2b6a01 (diff) |
ARM: dts: stm32: Fix typo in stm32h7-u-boot.dtsi
Fix typo "firsct"
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
-rw-r--r-- | arch/arm/dts/stm32h7-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32h7-u-boot.dtsi b/arch/arm/dts/stm32h7-u-boot.dtsi index 7182533cc95..54dd406b6ba 100644 --- a/arch/arm/dts/stm32h7-u-boot.dtsi +++ b/arch/arm/dts/stm32h7-u-boot.dtsi @@ -39,7 +39,7 @@ /* * Memory configuration from sdram datasheet IS42S32800G-6BLI - * firsct bank is bank@0 + * first bank is bank@0 * second bank is bank@1 */ bank1: bank@1 { |