From d30c6e69e7a70c221c4342b6f8ae886a784eaf53 Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Fri, 13 Jan 2017 09:34:31 +0100 Subject: [PATCH] config: am335x_netbird: remove unnecessary commands --- configs/am335x_netbird_v2_defconfig | 11 +++++++++++ include/configs/am335x_netbird_v2.h | 2 ++ 2 files changed, 13 insertions(+) diff --git a/configs/am335x_netbird_v2_defconfig b/configs/am335x_netbird_v2_defconfig index 53e48ede8b..0d9c6992a8 100644 --- a/configs/am335x_netbird_v2_defconfig +++ b/configs/am335x_netbird_v2_defconfig @@ -36,3 +36,14 @@ CONFIG_G_DNL_MANUFACTURER="Texas Instruments" CONFIG_G_DNL_VENDOR_NUM=0x0451 CONFIG_G_DNL_PRODUCT_NUM=0xd022 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 diff --git a/include/configs/am335x_netbird_v2.h b/include/configs/am335x_netbird_v2.h index 9f03ce8c81..94bd3ddd58 100644 --- a/include/configs/am335x_netbird_v2.h +++ b/include/configs/am335x_netbird_v2.h @@ -212,4 +212,6 @@ #define CONFIG_POWER_TPS65217 #define CONFIG_POWER_TPS62362 +#undef CONFIG_CMD_PXE + #endif /* ! __CONFIG_AM335X_NETBIRD_V2_H */