From 2ce29e80190fd6baa7dc0d6b9559e4f817cee105 Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Tue, 28 Feb 2017 17:02:15 +0100 Subject: [PATCH] netbird: remove iso partition support --- include/configs/am335x_netbird.h | 3 +++ include/configs/am335x_netbird_v2.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/include/configs/am335x_netbird.h b/include/configs/am335x_netbird.h index 2a5e2dd91d..da579e0511 100644 --- a/include/configs/am335x_netbird.h +++ b/include/configs/am335x_netbird.h @@ -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 */ diff --git a/include/configs/am335x_netbird_v2.h b/include/configs/am335x_netbird_v2.h index f41158e01f..1a6b287f9b 100644 --- a/include/configs/am335x_netbird_v2.h +++ b/include/configs/am335x_netbird_v2.h @@ -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 */