diff options
-rw-r--r-- | include/configs/igep0046.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/igep0046.h b/include/configs/igep0046.h index eddd3aa..46f155c 100644 --- a/include/configs/igep0046.h +++ b/include/configs/igep0046.h @@ -304,8 +304,8 @@ else "fi;\0" \ "netargs=setenv bootargs console=${console},${baudrate} " \ "root=/dev/nfs " \ - VIDEO_ARGS "\0" \ "ip=dhcp nfsroot=${serverip}:${rootnfs},v3,tcp " \ + VIDEO_ARGS "\0" \ "netboot=echo Booting from net ...; " \ VIDEO_ARGS_SCRIPT \ "run netargs; " \ |