configs: stm32mp1: cleanup config file

Remove the unnecessary comment after the CONFIG_SYS_BOOTM_LEN
migration to Kconfig.

Fixes: c45568cc4e ("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>
This commit is contained in:
Patrick Delaunay 2022-09-16 16:52:57 +02:00 committed by Patrice Chotard
parent e83cef87a8
commit 86d5a06ae3
2 changed files with 0 additions and 4 deletions

View file

@ -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 2

View file

@ -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