plat: rcar: Print DRAM configuration after init
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 2 Oct 2018 13:12:15 +0000 (15:12 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 6 Dec 2018 00:59:10 +0000 (01:59 +0100)
commit10b7a4aeca441a6d3ca1f411bf479e119a249229
treedad029b75ab0f00028387de70363c5f063b9daa1
parente1eddfea88ba051694713f42b1eaacb7893a0c14
plat: rcar: Print DRAM configuration after init

Print the DRAM configuration only after the DRAM was initialized. This
will be useful when deduplicating code populating FDT passed to U-Boot,
since it will contain the same macros as bl2_advertise_dram_size().

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
plat/renesas/rcar/bl2_plat_setup.c