[U-Boot-Users] Re: setenv handeling on OSK

Graham Wilson graham at mknod.org
Sat Sep 17 09:47:23 CEST 2005


On Sat, Sep 17, 2005 at 09:25:54AM +0800, Carl Blair wrote:
> I saw something about not using the = sign so I set the env variables 
> again. All changed accordingly except ipaddr, which now has two entries.  

You probably want:

 => setenv ipaddr 192.168.1.1

> 2.) is there any way of removing environment variables?

 => setenv ipaddr

This will delete the ipaddr variable from memory.

-- 
gram




More information about the U-Boot mailing list