fix typo
authorStefan Reinauer <stepan@coresystems.de>
Tue, 31 Mar 2009 17:15:42 +0000 (17:15 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 31 Mar 2009 17:15:42 +0000 (17:15 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4037 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/x86/16bit/reset16.lds

index 0ba54c9487f340bfacc15bfebded12da80b48f28..b451deb133074850eaa3c337a30bf655e773ff6b 100644 (file)
@@ -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 . : {