aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/variants/auron_yuna/spd/spd.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-20 22:02:54 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-01-23 11:24:05 +0000
commit465b2a8f002648a1d8a05a07e0cda7ae82ccb25d (patch)
tree5e2bf15ea8d2aafdb55da473cda47c8153727247 /src/mainboard/google/auron/variants/auron_yuna/spd/spd.c
parentaf4e8e82c6bbb14e40145b8e4f0f9cd6888f8ae3 (diff)
mb/google/auron: Merge two print statements
They are part of the same line, so merge them. Change-Id: I969ce91f7a5f16a85750c140eaa444d7923b2014 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49771 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/google/auron/variants/auron_yuna/spd/spd.c')
-rw-r--r--src/mainboard/google/auron/variants/auron_yuna/spd/spd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/google/auron/variants/auron_yuna/spd/spd.c b/src/mainboard/google/auron/variants/auron_yuna/spd/spd.c
index 347688bff2..408f409b71 100644
--- a/src/mainboard/google/auron/variants/auron_yuna/spd/spd.c
+++ b/src/mainboard/google/auron/variants/auron_yuna/spd/spd.c
@@ -55,9 +55,7 @@ static void mainboard_print_spd_info(uint8_t spd[])
printk(BIOS_INFO, "SPD: module part is %s\n", spd_name);
printk(BIOS_INFO, "SPD: banks %d, ranks %d, rows %d, columns %d, "
- , banks, ranks, rows, cols);
- printk(BIOS_INFO, "density %d Mb\n", capmb);
-
+ "density %d Mb\n", banks, ranks, rows, cols, capmb);
printk(BIOS_INFO, "SPD: device width %d bits, bus width %d bits\n",
devw, busw);