summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/spd_bin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/spd_bin.c b/src/lib/spd_bin.c
index 823f717910a0..0aaaee6e4fe0 100644
--- a/src/lib/spd_bin.c
+++ b/src/lib/spd_bin.c
@@ -39,7 +39,7 @@ static bool use_ddr4_params(int dram_type)
case SPD_DRAM_LPDDR4X:
return true;
default:
- printk(BIOS_ERR, "Defaulting to using DDR4 params. Please add dram_type check for %d to %s\n",
+ printk(BIOS_NOTICE, "Defaulting to using DDR4 params. Please add dram_type check for %d to %s\n",
dram_type, __func__);
return true;
}