[Slof] [PATCH 3/5] boot: remove trailing ":" in the bootpath

Nikunj A Dadhania nikunj at linux.vnet.ibm.com
Mon Jul 6 21:02:39 AEST 2015


Signed-off-by: Nikunj A Dadhania <nikunj at linux.vnet.ibm.com>
---
 slof/fs/boot.fs | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/slof/fs/boot.fs b/slof/fs/boot.fs
index 07993e1..a0fe29a 100644
--- a/slof/fs/boot.fs
+++ b/slof/fs/boot.fs
@@ -187,11 +187,6 @@ defer go ( -- )
       dup to my-self
       dup ihandle>phandle set-node
       -rot                              ( ihandle devstr len )
-      my-args nip 0= IF
-	 2dup 1- + c@ [char] : <> IF    \ Add : to device path if missing
-	    1+ strdup 2dup 1- + [char] : swap c!
-	 THEN
-      THEN
       encode-string s" bootpath" set-chosen
       $bootargs encode-string s" bootargs" set-chosen
       get-load-base s" load" 3 pick ['] $call-method CATCH IF
-- 
2.4.3



More information about the SLOF mailing list