]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: stm32mp1: cleanup config file
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 16 Sep 2022 14:52:57 +0000 (16:52 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 23 Sep 2022 12:32:51 +0000 (14:32 +0200)
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>
include/configs/stm32mp13_common.h
include/configs/stm32mp15_common.h

index 3ca65ea2a37b5a92d1e55f4ef0f26e08aaae72a7..78089b965ae4d8d153d302221ddb7b516617ea3f 100644 (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
 
index c5412ffeb3104b0d305ccb7ca43873043104490c..bd8e16bc1b9938847966fb6de984a0caa00efe76 100644 (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