在uboot命令行模式中,有时候设置了变量,然后想删除,怎么删除。
#pri gatewayip 192.168.60.1
现在我不想要这个gatewayip
setenv gatewayip
这样就可以了。相当于设置为空。