u-boot/board/kontron/sl28
Michael Walle fea5161322 board: sl28: fix DRAM pretty print
The current console output is:

DRAM:  4 GiB
DDR    4 GiB (DDR3, 32-bit, CL=11, ECC on)

The size is printed twice and we can save one line of console output if
we join both lines. The new output is as follows:

DRAM:  4 GiB (DDR3, 32-bit, CL=11, ECC on)

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
2022-02-28 11:59:35 +05:30
..
cmds.c global: Convert simple_strtoul() with hex to hextoul() 2021-08-02 13:32:14 -04:00
common.c board: sl28: add config to enable console output on SER0 2021-04-15 14:22:22 +05:30
ddr.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
Kconfig board: sl28: add config to enable console output on SER0 2021-04-15 14:22:22 +05:30
MAINTAINERS board: kontron: sl28: add myself to ls1028a.dtsi maintainers 2021-11-09 17:18:23 +05:30
Makefile board: sl28: add config to enable console output on SER0 2021-04-15 14:22:22 +05:30
sl28.c board: sl28: fix DRAM pretty print 2022-02-28 11:59:35 +05:30
spl.c board: sl28: add SATA support 2021-02-08 14:01:16 +05:30
spl_atf.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00