From 5bb10282e978dd811246c921a16e535babfbac9a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 4 Oct 2009 12:30:44 +0000 Subject: This removes the uses of the buildrom utility and the coreboot.strip intermediate file. Signed-off-by: Patrick Georgi Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4718 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/coreboot_ram.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/coreboot_ram.ld') 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); -- cgit v1.2.3