commit | 590d48e9d1cc3a32626643f4acdeb4a762d92616 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Sep 02 08:29:09 2020 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Oct 07 20:25:57 2020 +0200 |
tree | f581716c729191f26f5fb7bdfb0fc722e3d29711 | |
parent | 15afe725f390774af588c21d127b94915b4f1e17 [diff] |
mips: octeon: dram.c: Add RAM driver support This patch adds the initialization call for the Octeon RAM driver to the Octeon platforms code. So if enabled via Kconfig, the DDR driver will be called and the RAM will be configured and used. If the RAM driver is not enabled, the L2 cache is still used as RAM. Signed-off-by: Stefan Roese <sr@denx.de>