Author: stepan
Date: 2009-03-31 19:15:42 +0200 (Tue, 31 Mar 2009)
New Revision: 4037

Modified:
   trunk/coreboot-v2/src/cpu/x86/16bit/reset16.lds
Log:
fix typo

Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



Modified: trunk/coreboot-v2/src/cpu/x86/16bit/reset16.lds
===================================================================
--- trunk/coreboot-v2/src/cpu/x86/16bit/reset16.lds     2009-03-31 16:42:57 UTC 
(rev 4036)
+++ trunk/coreboot-v2/src/cpu/x86/16bit/reset16.lds     2009-03-31 17:15:42 UTC 
(rev 4037)
@@ -5,7 +5,7 @@
 
 SECTIONS {
        /* Trigger an error if I have an unuseable start address */
-       _bogus = ASSERT(_start >= 0xffff0000, "_start to low please decrease 
ROM_IMAGE_SIZE");
+       _bogus = ASSERT(_start >= 0xffff0000, "_start too low. Please decrease 
ROM_IMAGE_SIZE");
        _ROMTOP = 0xfffffff0;
        . = _ROMTOP;
        .reset . : {


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to