diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-09-16 16:52:57 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2022-09-23 14:32:51 +0200 |
commit | 86d5a06ae3b826bf7b4627e926afd5378d88c574 (patch) | |
tree | b3b4c718a24eae9791fc739e4ae961ca8f9f197f /include/configs/stm32mp15_common.h | |
parent | e83cef87a847d10aa2c46308bd8ac870bf56deee (diff) | |
download | u-boot-86d5a06ae3b826bf7b4627e926afd5378d88c574.tar.gz |
configs: stm32mp1: cleanup config file
Remove the unnecessary comment after the CONFIG_SYS_BOOTM_LEN
migration to Kconfig.
Fixes: c45568cc4e51 ("Convert CONFIG_SYS_BOOTM_LEN to Kconfig")
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, 0 insertions, 2 deletions
diff --git a/include/configs/stm32mp15_common.h b/include/configs/stm32mp15_common.h index c5412ffeb31..bd8e16bc1b9 100644 --- a/include/configs/stm32mp15_common.h +++ b/include/configs/stm32mp15_common.h @@ -21,8 +21,6 @@ */ #define CONFIG_SYS_BOOTMAPSZ SZ_256M -/* Extend size of kernel image for uncompression */ - /*MMC SD*/ #define CONFIG_SYS_MMC_MAX_DEVICE 3 |