diff --git a/projects/ATV/options b/projects/ATV/options index 5beebc11c5..8884959fb7 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -345,9 +345,6 @@ # Perf support in development builds (yes / no) PERF_SUPPORT="yes" -# Coreboot support (yes / no) - COREBOOT="no" - # Distribution Specific source location DISTRO_MIRROR="http://sources.openelec.tv/mirror" DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION" diff --git a/projects/Cuboxi/options b/projects/Cuboxi/options index 05798daa2d..709ccde68f 100644 --- a/projects/Cuboxi/options +++ b/projects/Cuboxi/options @@ -340,9 +340,6 @@ # Perf support in development builds (yes / no) PERF_SUPPORT="yes" -# Coreboot support (yes / no) - COREBOOT="no" - # Distribution Specific source location DISTRO_MIRROR="http://sources.openelec.tv/mirror" DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION" diff --git a/projects/Generic/options b/projects/Generic/options index 43855e7056..c246501d8e 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -351,9 +351,6 @@ # Perf support in development builds (yes / no) PERF_SUPPORT="yes" -# Coreboot support (yes / no) - COREBOOT="no" - # Distribution Specific source location DISTRO_MIRROR="http://sources.openelec.tv/mirror" DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION" diff --git a/projects/RPi/options b/projects/RPi/options index 3c743b69ec..8b5b99b3aa 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -346,9 +346,6 @@ # Perf support in development builds (yes / no) PERF_SUPPORT="yes" -# Coreboot support (yes / no) - COREBOOT="no" - # Distribution Specific source location DISTRO_MIRROR="http://sources.openelec.tv/mirror" DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION"