diff options
author | Carlos Alonso <calonso@iseebcn.com> | 2018-10-31 13:02:28 +0100 |
---|---|---|
committer | Carlos Alonso <calonso@iseebcn.com> | 2018-10-31 13:02:28 +0100 |
commit | 5d3f554d5eb2b5dc27b28a8c84d1fdfb9cfb1ab8 (patch) | |
tree | 5d83aecf477e095a87db87ecd7c315429205f22a | |
parent | 18e2a979b5d89899249a14a74074a98d040c18bc (diff) | |
download | u-boot-imx-5d3f554d5eb2b5dc27b28a8c84d1fdfb9cfb1ab8.zip u-boot-imx-5d3f554d5eb2b5dc27b28a8c84d1fdfb9cfb1ab8.tar.gz u-boot-imx-5d3f554d5eb2b5dc27b28a8c84d1fdfb9cfb1ab8.tar.bz2 |
IGEP0046DL: Fixing bug netboot was not included in the u-boot environment
Signed-off-by: Carlos Alonso <calonso@iseebcn.com>
-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; " \ |