diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-05-20 18:24:46 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-06-17 09:58:21 +0200 |
commit | 960debbe3c55b111f95a60fa69f47c233a960666 (patch) | |
tree | 721203ed9af727f4f0a67c612bafb0fcfd40a618 /include/configs/stm32mp15_common.h | |
parent | 741090c5107c798ce3b8cd8e62edaf4727e93c6f (diff) | |
download | u-boot-960debbe3c55b111f95a60fa69f47c233a960666.tar.gz |
arm: stm32mp: add support of STM32MP13x
Introduce the code in mach-stm32mp and the configuration file
stm32mp13_defconfig for the new STM32MP family.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'include/configs/stm32mp15_common.h')
-rw-r--r-- | include/configs/stm32mp15_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stm32mp15_common.h b/include/configs/stm32mp15_common.h index ec41a8172c7..08a72483bfc 100644 --- a/include/configs/stm32mp15_common.h +++ b/include/configs/stm32mp15_common.h @@ -90,7 +90,7 @@ BOOT_TARGET_PXE(func) /* - * default bootcmd for stm32mp1: + * default bootcmd for stm32mp15: * for serial/usb: execute the stm32prog command * for mmc boot (eMMC, SD card), distro boot on the same mmc device * for nand or spi-nand boot, distro boot with ubifs on UBI partition |