mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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:
parent
e83cef87a8
commit
86d5a06ae3
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue