Tool/software: Linux
Hi modified .config file like below
# CONFIG_CMD_NET is not set
# CONFIG_CMD_TFTPPUT is not set
# CONFIG_CMD_TFTPSRV is not set
# CONFIG_CMD_RARP is not set
# CONFIG_CMD_DHCP is not set
# CONFIG_CMD_NFS is not set
# CONFIG_CMD_MII is not set
# CONFIG_CMD_PING is not set
# CONFIG_CMD_CDP is not set
# CONFIG_CMD_SNTP is not set
# CONFIG_CMD_DNS is not set
# CONFIG_CMD_LINK_LOCAL is not set
i got errors
include/config_distro_bootcmd.h:264:2: error: expected '}' before 'BOOT_TARGET_DEVICES_references_PXE_without_CONFIG_CMD_DHCP_or_PXE'
BOOT_TARGET_DEVICES_references_PXE_without_CONFIG_CMD_DHCP_or_PXE
^
include/config_distro_bootcmd.h:268:2: note: in expansion of macro 'BOOTENV_DEV_NAME_PXE'
BOOTENV_DEV_NAME_##devtypeu(devtypeu, devtypel, instance)
^
include/configs/am335x_evm.h:92:2: note: in expansion of macro 'BOOTENV_DEV_NAME'
func(PXE, pxe, na) \
^
include/config_distro_bootcmd.h:270:18: note: in expansion of macro 'BOOT_TARGET_DEVICES'
"boot_targets=" BOOT_TARGET_DEVICES(BOOTENV_DEV_NAME) "\0"
^
include/config_distro_bootcmd.h:287:2: note: in expansion of macro 'BOOTENV_BOOT_TARGETS'
BOOTENV_BOOT_TARGETS \
^
include/configs/am335x_evm.h:189:2: note: in expansion of macro 'BOOTENV'
BOOTENV
^
include/env_default.h:104:2: note: in expansion of macro 'CONFIG_EXTRA_ENV_SETTINGS'
CONFIG_EXTRA_ENV_SETTINGS
^
scripts/Makefile.build:280: recipe for target 'common/env_common.o' failed
make[1]: *** [common/env_common.o] Error 1