net: fix build without NFS or NFS download enabled
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 15 May 2020 10:08:54 +0000 (12:08 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:21 +0000 (13:19 +0900)
commit82e14af43be90d8ada3b71a74fa13644b0409a83
tree02ea431f656dee068f1d8715269125e67ee18b65
parentd67b0d80542d1d831e70d27e499e9068c85a1987
net: fix build without NFS or NFS download enabled

Partial NFS download requires setting net_boot_file_{offset,size_limit}
global variables, which are available only when CONFIG_CMD_NFS is set.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I74e2dbb56c2b41078d2e5506bdcba6458299d792
cmd/net.c