diff --git a/projects/ATV/options b/projects/ATV/options index a71fa07480..8fcc61fd68 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -339,9 +339,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 a8a90a4378..d4bb7b045d 100644 --- a/projects/Generic/options +++ b/projects/Generic/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/RPi/options b/projects/RPi/options index 4ed0b43394..549960c2c6 100644 --- a/projects/RPi/options +++ b/projects/RPi/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"