cmd: Remove CMD_NET protection
authorMichal Simek <michal.simek@amd.com>
Fri, 11 Apr 2025 06:31:19 +0000 (08:31 +0200)
committerJerome Forissier <jerome.forissier@linaro.org>
Wed, 23 Apr 2025 07:58:07 +0000 (09:58 +0200)
commitf79db892fc9c53b909e3fd7c430a1fec3a885cfe
tree28b775c1fff93469ecea12abcd3c463ee12182c4
parent473032619f5056ede0517e1a926b09d0038567ed
cmd: Remove CMD_NET protection

CMD_PXE is already under CMD_NET in Kconfig that's why make no sense to
have another ifdef inside source code.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
cmd/pxe.c