commit | 023b31b7bb8916a07040b2716f93178d5bbe089a | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue May 29 18:04:15 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Thu Jul 12 09:22:12 2018 +0200 |
tree | d218e1144b85dce7a3c8443aa3d44599cc833780 | |
parent | 2b96352abc2ea276fd7aec32cbbcc77e11520b61 [diff] |
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>