Re: [PATCH v1] board: verdin-am62: remove spl_perform_fixups

2025-04-05 Thread Tom Rini
On Wed, 19 Mar 2025 17:16:23 +0100, Stefan Eichenberger wrote: > spl_perform_fixups is redundant in the current implementation. SPLs call > dram_init during spl_enable_cache in arch/arm/mach-k3/common.c. In > U-Boot, dram_init and dram_init_banksize are automatically called in > init_sequence_f. T

[PATCH v1] board: verdin-am62: remove spl_perform_fixups

2025-03-19 Thread Stefan Eichenberger
From: Stefan Eichenberger spl_perform_fixups is redundant in the current implementation. SPLs call dram_init during spl_enable_cache in arch/arm/mach-k3/common.c. In U-Boot, dram_init and dram_init_banksize are automatically called in init_sequence_f. Therefore, SPLs and U-Boot always determine t