mips: octeon: dram.c: Add RAM driver support
authorStefan Roese <sr@denx.de>
Wed, 2 Sep 2020 06:29:09 +0000 (08:29 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 7 Oct 2020 18:25:57 +0000 (20:25 +0200)
commit590d48e9d1cc3a32626643f4acdeb4a762d92616
treef581716c729191f26f5fb7bdfb0fc722e3d29711
parent15afe725f390774af588c21d127b94915b4f1e17
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>
arch/mips/mach-octeon/dram.c