Tagged Questions
2
votes
1answer
612 views
u-boot disable DHCP requests with setenv
I am trying to disable the DHCP requests after the Kernel was loaded. Using freescale imx25 dev-board in standard config. In u-boot, I find two lines ip=dhcp:
MX25 U-Boot > pri
bootdelay=3
...