Enable verbose DRAM layout print on Renesas R-Car X5H R8A78000 to inform the user of the DRAM topology on board.
Signed-off-by: Marek Vasut <[email protected]> --- Cc: Aristo Chen <[email protected]> Cc: Ilias Apalodimas <[email protected]> Cc: Johan Jonker <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]> Cc: Peng Fan <[email protected]> Cc: Quentin Schulz <[email protected]> Cc: Simon Glass <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- configs/r8a78000_ironhide_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/r8a78000_ironhide_defconfig b/configs/r8a78000_ironhide_defconfig index f8a1403ae0d..21112c439f9 100644 --- a/configs/r8a78000_ironhide_defconfig +++ b/configs/r8a78000_ironhide_defconfig @@ -17,6 +17,7 @@ CONFIG_CMD_CLK=y CONFIG_CMD_MEMTEST=y CONFIG_CMD_SCMI=y CONFIG_CMD_UFS=y +CONFIG_DISPLAY_DRAM_CONFIG_VERBOSE=y CONFIG_DM_MAILBOX=y CONFIG_DM_RESET=y CONFIG_ENV_IS_IN_MMC=y -- 2.53.0
