diff options
Diffstat (limited to 'src/lib/selfboot.c')
-rw-r--r-- | src/lib/selfboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c index 8e84a683c2..2fdf8ce332 100644 --- a/src/lib/selfboot.c +++ b/src/lib/selfboot.c @@ -248,7 +248,7 @@ static int build_self_segment_list( for (current_segment = first_segment;; ++current_segment) { printk(BIOS_DEBUG, - "Loading segment from rom address 0x%p\n", + "Loading segment from ROM address 0x%p\n", current_segment); cbfs_decode_payload_segment(&segment, current_segment); |