Re: [PATCH 2/2] arm64: renesas: Enable verbose DRAM layout print on Renesas R-Car X5H R8A78000
Ilias Apalodimas <[email protected]> Mon, 3 Aug 2026 08:43:33 +0300
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <CAC_iWjLCHfKmYTjHFReRhWtadQ30z5YURhwtmRppoejnuWjz=A@mail.gmail.com> |
On Mon, 3 Aug 2026 at 00:35, Marek Vasut <[email protected]> wrote: > > 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(+) Reviewed-by: Ilias Apalodimas <[email protected]> > > 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 >