diff options
Diffstat (limited to 'src/config/coreboot_ram.ld')
-rw-r--r-- | src/config/coreboot_ram.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/coreboot_ram.ld b/src/config/coreboot_ram.ld index 2934b2e6e2..5e988ffeaf 100644 --- a/src/config/coreboot_ram.ld +++ b/src/config/coreboot_ram.ld @@ -57,7 +57,7 @@ SECTIONS /* * kevinh/Ispiri - Added an align, because the objcopy tool * incorrectly converts sections that are not long word aligned. - * This breaks the coreboot.strip target. + * This breaks the coreboot.rom target. */ . = ALIGN(4); |