summaryrefslogtreecommitdiff
path: root/src/apps/http
diff options
context:
space:
mode:
authorIlias Apalodimas <[email protected]>2026-06-17 10:48:20 +0300
committerTom Rini <[email protected]>2026-06-24 18:13:24 -0600
commit15b35e4289e11f1ab201701dfb6dc0232b30be48 (patch)
tree6a55baad0cf73449040a3723b4c29be018fcf6eb /src/apps/http
parent1174c99ab421168221be372bd83a4143bf5f167d (diff)
common: move ram_base calculation to independent INITCALL()
Currently, ram_base is calculated within setup_dest_addr(). However, upcoming patches that enable U-Boot relocation to the highest DRAM bank require ram_base to be initialized earlier. The default dram_init_banksize() definition relies on ram_base to calculate the start of the first bank. But following patches will move that function to execute immediately before setup_dest_addr(). So let's split the ram_base initialization in its own INITCALL. Reviewed-by: Simon Glass <[email protected]> Tested-by: Anshul Dalal <[email protected]> Tested-by: Michal Simek <[email protected]> # Versal Gen 2 Vek385 Reviewed-by: Marek Vasut <[email protected]> Signed-off-by: Ilias Apalodimas <[email protected]> Tested-by: Christophe Leroy (CS GROUP) <[email protected]>
Diffstat (limited to 'src/apps/http')
0 files changed, 0 insertions, 0 deletions