sunxi: H6: DRAM: Constify function parameters
authorJernej Skrabec <jernej.skrabec@gmail.com>
Fri, 11 Apr 2025 16:14:37 +0000 (18:14 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 28 Apr 2025 18:44:31 +0000 (12:44 -0600)
commit236c0d812499066c0804b331677b6542a8761438
treeeb0d72d3e4566f752eface38f46a947fb8fde9d2
parent2bee17dcaa58293b040ded97dbd37d30b160fb6d
sunxi: H6: DRAM: Constify function parameters

Constify parameters for two reasons:
- Allow more compile time optimizations
- It will allow later sharing of common code with H616 (when it will be
  rearranged some more)

Commit does same kind of changes as commit 457e2cd665bd ("sunxi: H616:
dram: const-ify DRAM function parameters")

Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/mach-sunxi/dram_sun50i_h6.c