]> git.sur5r.net Git - u-boot/commit
ddr: altera: Drop custom dram_bank_mmu_setup() on Arria10
authorMarek Vasut <marex@denx.de>
Tue, 29 May 2018 16:04:15 +0000 (18:04 +0200)
committerMarek Vasut <marex@denx.de>
Thu, 12 Jul 2018 07:22:12 +0000 (09:22 +0200)
commit93a8ed868583460ab9f3796fdc92f4713bf759a9
treed218e1144b85dce7a3c8443aa3d44599cc833780
parent2e1de5bd97e6330c01c38efe788672bafda86f81
ddr: altera: Drop custom dram_bank_mmu_setup() on Arria10

This function was never used in SPL and the default implementation of
dram_bank_mmu_setup() does the same thing. The only difference is the
part which configures OCRAM as cachable, which doesn't really work as
it covers more than the OCRAM.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
drivers/ddr/altera/sdram_arria10.c