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 */