]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
stm32mp: cosmetic: remove empty comment block in configs file
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Wed, 16 Oct 2024 17:54:08 +0000 (19:54 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Wed, 16 Oct 2024 18:35:33 +0000 (20:35 +0200)
This is cosmetic change.

Remove the empty comment blocks remaining after conversion to Kconfig
of CONFIG_SYS_MAX_NAND_DEVICE and CONFIG_SERVERIP.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
include/configs/stm32mp13_common.h
include/configs/stm32mp15_common.h

index 5b0658ced927983455859574a8c192bd1bc5087b..3e3f49abae0660b2f56533d20944b487df7d54dd 100644 (file)
@@ -21,8 +21,6 @@
  */
 #define CFG_SYS_BOOTMAPSZ              SZ_256M
 
-/* NAND support */
-
 /*****************************************************************************/
 #ifdef CONFIG_DISTRO_DEFAULTS
 /*****************************************************************************/
index af6dd4a8095aba51bd395e68bc961f369aea2cbc..9cac31bcf472eec3f9f2d50fcb24ecc953ce5bf8 100644 (file)
  */
 #define CFG_SYS_BOOTMAPSZ              SZ_256M
 
-/* NAND support */
-
-/* Ethernet need */
-
 #define STM32MP_FIP_IMAGE_GUID \
        EFI_GUID(0x19d5df83, 0x11b0, 0x457b, 0xbe, 0x2c, \
                 0x75, 0x59, 0xc1, 0x31, 0x42, 0xa5)