[openfirmware] [commit] r2067 - cpu/x86/pc/olpc

repository service svn at openfirmware.info
Wed Dec 8 06:37:16 CET 2010


Author: wmb
Date: Wed Dec  8 06:37:16 2010
New Revision: 2067
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2067

Log:
Changed the check for NTLDR to be less language-sensitive.

Modified:
   cpu/x86/pc/olpc/xpsecure.fth

Modified: cpu/x86/pc/olpc/xpsecure.fth
==============================================================================
--- cpu/x86/pc/olpc/xpsecure.fth	Wed Dec  8 00:40:03 2010	(r2066)
+++ cpu/x86/pc/olpc/xpsecure.fth	Wed Dec  8 06:37:16 2010	(r2067)
@@ -35,7 +35,7 @@
 false value ntldr-prepped?
 : is-ntldr?  ( adr len -- flag )
    h# 5000 <  if  drop false exit  then
-   " NTLDR is corrupt" rot h# 5000 sindex -1 <>
+   " NTLDR" rot h# 5000 sindex -1 <>
 ;
 
 warning @ warning off



More information about the openfirmware mailing list