Skip to content

Commit 5c9ea94

Browse files
configs: stm32mp: cleanup the stm32mp15 file
Remove STM32_SYSRAM_END and clean the comments in stm32mp15_common.h file after moving some CONFIG to Kconfig: CONFIG_SYS_CBSIZE, CONFIG_SPL_MAX_FOOTPRINT, CONFIG_SYS_SPL_MALLOC_START and CONFIG_SYS_SPL_MALLOC_SIZE. Signed-off-by: Patrick Delaunay <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
1 parent 7171d99 commit 5c9ea94

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

include/configs/stm32mp15_common.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
*/
1616
#define CONFIG_SYS_SDRAM_BASE STM32_DDR_BASE
1717

18-
/*
19-
* Console I/O buffer size
20-
*/
21-
2218
/*
2319
* For booting Linux, use the first 256 MB of memory, since this is
2420
* the maximum mapped by the Linux kernel during initialization.
@@ -28,13 +24,6 @@
2824
/* Extend size of kernel image for uncompression */
2925
#define CONFIG_SYS_BOOTM_LEN SZ_32M
3026

31-
/* SPL support */
32-
#ifdef CONFIG_SPL
33-
/* SPL use DDR */
34-
35-
/* Restrict SPL to fit within SYSRAM */
36-
#define STM32_SYSRAM_END (STM32_SYSRAM_BASE + STM32_SYSRAM_SIZE)
37-
#endif /* #ifdef CONFIG_SPL */
3827
/*MMC SD*/
3928
#define CONFIG_SYS_MMC_MAX_DEVICE 3
4029

0 commit comments

Comments
 (0)