config: am335x_netbird: remove unnecessary commands

This commit is contained in:
Stefan Eichenberger 2017-01-13 09:34:31 +01:00
parent dc68897256
commit d30c6e69e7
2 changed files with 13 additions and 0 deletions

View File

@ -36,3 +36,14 @@ CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
CONFIG_G_DNL_VENDOR_NUM=0x0451 CONFIG_G_DNL_VENDOR_NUM=0x0451
CONFIG_G_DNL_PRODUCT_NUM=0xd022 CONFIG_G_DNL_PRODUCT_NUM=0xd022
CONFIG_OF_LIBFDT=y CONFIG_OF_LIBFDT=y
# CONFIG_BOOTP_PXE_CLIENTARCH is not set
# CONFIG_CMD_PXE is not set
# CONFIG_CMD_BOOTEFI is not set
# CONFIG_CMD_XIMG is not set
# CONFIG_CMD_ELF is not set
# CONFIG_FPGA is not set
# CONFIG_CMD_FPGA is not set
# CONFIG_CMD_PMIC is not set
# CONFIG_EFI_LOADER is not set
# CONFIG_CMD_LOADB is not set
# CONFIG_CMD_LOADS is not set

View File

@ -212,4 +212,6 @@
#define CONFIG_POWER_TPS65217 #define CONFIG_POWER_TPS65217
#define CONFIG_POWER_TPS62362 #define CONFIG_POWER_TPS62362
#undef CONFIG_CMD_PXE
#endif /* ! __CONFIG_AM335X_NETBIRD_V2_H */ #endif /* ! __CONFIG_AM335X_NETBIRD_V2_H */