This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

strange u-boot command line

Hello,

I have a strange u-boot command line.I don't know how I get the line "s bootcmd sf=probe 0".

Environment size: 426/16380 bytes                                              
U-Boot > pri                                                                   
bootdelay=3                                                                    
baudrate=115200                                                                
ethaddr=00:0e:99:02:ff:2b                                                      
help=help                                                                      
filesize=1E85EC                                                                
fileaddr=C0700000                                                              
ipaddr=172.16.3.100                                                            
serverip=172.16.3.203                                                          
bootfile=uImage                                                                
s bootcmd sf=probe 0                                                           <---here!!
bootargs=console=ttyS2,115200n8 noinitrd rw ip=none root=/dev/mmcblk0p1 rootfsM
stdin=serial                                                                   
stdout=serial                                                                  
stderr=serial                                                                  
ver=U-Boot 1.3.3 (Dec  2 2010 - 23:17:15)                                      
bootcmd=tftp;bootm                                                             
                                                                               

Environment size: 426/16380 bytes

I first thought it was the other line of  bootfile. So I set the bootfile: "setenv bootfile uImage". But then it became:

Environment size: 426/16380 bytes                                              
U-Boot > pri                                                                   
bootdelay=3                                                                    
baudrate=115200                                                                
ethaddr=00:0e:99:02:ff:2b                                                      
help=help                                                                      
filesize=1E85EC                                                                
fileaddr=C0700000                                                              
ipaddr=172.16.3.100                                                            
serverip=172.16.3.203                                                                                                                         
s bootcmd sf=probe 0                                                           <---here!!
bootargs=console=ttyS2,115200n8 noinitrd rw ip=none root=/dev/mmcblk0p1 rootfsM
stdin=serial                                                                   
stdout=serial                                                                  
stderr=serial                                                                  
ver=U-Boot 1.3.3 (Dec  2 2010 - 23:17:15)                                      
bootcmd=tftp;bootm                                                             
bootfile=uImage                                                                               

Environment size: 426/16380 bytes

How to delete that command line or reset the whole command script?

Thank you!

Zhe