netbird: remove iso partition support
This commit is contained in:
parent
aac68f1176
commit
2ce29e8019
|
|
@ -213,4 +213,7 @@
|
||||||
#define CONFIG_POWER_TPS65217
|
#define CONFIG_POWER_TPS65217
|
||||||
#define CONFIG_POWER_TPS62362
|
#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 */
|
#endif /* ! __CONFIG_AM335X_EVM_H */
|
||||||
|
|
|
||||||
|
|
@ -214,4 +214,7 @@
|
||||||
|
|
||||||
#undef CONFIG_CMD_PXE
|
#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 */
|
#endif /* ! __CONFIG_AM335X_NETBIRD_V2_H */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue