netbird: remove iso partition support

This commit is contained in:
Stefan Eichenberger 2017-02-28 17:02:15 +01:00
parent aac68f1176
commit 2ce29e8019
2 changed files with 6 additions and 0 deletions

View File

@ -213,4 +213,7 @@
#define CONFIG_POWER_TPS65217
#define CONFIG_POWER_TPS62362
/* Never enable ISO it is broaken and can lead to a crash */
#undef CONFIG_ISO_PARTITION
#endif /* ! __CONFIG_AM335X_EVM_H */

View File

@ -214,4 +214,7 @@
#undef CONFIG_CMD_PXE
/* Never enable ISO it is broaken and can lead to a crash */
#undef CONFIG_ISO_PARTITION
#endif /* ! __CONFIG_AM335X_NETBIRD_V2_H */