aboutsummaryrefslogtreecommitdiff
path: root/src/config/linuxbios_apc.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/linuxbios_apc.ld')
-rw-r--r--src/config/linuxbios_apc.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/linuxbios_apc.ld b/src/config/linuxbios_apc.ld
index 9bf1dac7e8..9bca028ca1 100644
--- a/src/config/linuxbios_apc.ld
+++ b/src/config/linuxbios_apc.ld
@@ -15,7 +15,7 @@
/*
* Written by Johan Rydberg, based on work by Daniel Kahlin.
* Rewritten by Eric Biederman
- * 2005.12 yhlu add linuxbios_ram cross the vga font buffer handling
+ * 2005.12 yhlu add coreboot_ram cross the vga font buffer handling
* 2006.05 yhlu tailed it to use it for AP code in cache
*/
/*
@@ -85,12 +85,12 @@ SECTIONS
}
_eheap = .;
/* The ram segment
- * This is all address of the memory resident copy of linuxBIOS.
+ * This is all address of the memory resident copy of coreboot.
*/
_ram_seg = _text;
_eram_seg = _eheap;
- _bogus = ASSERT( ( _eram_seg <= ((DCACHE_RAM_BASE + DCACHE_RAM_SIZE - DCACHE_RAM_GLOBAL_VAR_SIZE))) , "linuxbios_apc is too big");
+ _bogus = ASSERT( ( _eram_seg <= ((DCACHE_RAM_BASE + DCACHE_RAM_SIZE - DCACHE_RAM_GLOBAL_VAR_SIZE))) , "coreboot_apc is too big");
/DISCARD/ : {
*(.comment)