mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
powerpc: Drop CONFIG_SYS_ALLOC_DPRAM
This is not defined anywhere in U-Boot. Drop this dead code. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -884,11 +884,6 @@ static init_fnc_t init_sequence_f[] = {
|
||||
defined(CONFIG_SH) || defined(CONFIG_SPARC)
|
||||
timer_init, /* initialize timer */
|
||||
#endif
|
||||
#ifdef CONFIG_SYS_ALLOC_DPRAM
|
||||
#if !defined(CONFIG_CPM2)
|
||||
dpram_init,
|
||||
#endif
|
||||
#endif
|
||||
#if defined(CONFIG_BOARD_POSTCLK_INIT)
|
||||
board_postclk_init,
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user