diff options
Diffstat (limited to 'src/device/dram/ddr4.c')
-rw-r--r-- | src/device/dram/ddr4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dram/ddr4.c b/src/device/dram/ddr4.c index eea5f0af56..a66ee86fd1 100644 --- a/src/device/dram/ddr4.c +++ b/src/device/dram/ddr4.c @@ -143,7 +143,7 @@ uint16_t ddr4_speed_mhz_to_reported_mts(uint16_t speed_mhz) return speed_attr->reported_mts; } } - printk(BIOS_ERR, "ERROR: DDR4 speed of %d MHz is out of range\n", speed_mhz); + printk(BIOS_ERR, "DDR4 speed of %d MHz is out of range\n", speed_mhz); return 0; } |