aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/common/block/systemagent/systemagent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c
index 1fbd8aa7f0..a5c3a3a671 100644
--- a/src/soc/intel/common/block/systemagent/systemagent.c
+++ b/src/soc/intel/common/block/systemagent/systemagent.c
@@ -104,7 +104,8 @@ void sa_add_fixed_mmio_resources(struct device *dev, int *resource_cnt,
size = sa_fixed_resources[i].size;
base = sa_fixed_resources[i].base;
- printk(BIOS_DEBUG, "SA MMIO resource: %s -> base = 0x%llx, size = 0x%llx\n",
+ printk(BIOS_DEBUG,
+ "SA MMIO resource: %-8s -> base = 0x%08llx, size = 0x%08llx\n",
sa_fixed_resources[i].description, sa_fixed_resources[i].base,
sa_fixed_resources[i].size);