From 31e2e27e5bf859cb875a108cdad629992b2037b5 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Tue, 8 Jul 2014 20:06:35 +0300 Subject: [PATCH] projects/*/options: cleanup COREBOOT leftover --- projects/ATV/options | 3 --- projects/Generic/options | 3 --- projects/RPi/options | 3 --- 3 files changed, 9 deletions(-) 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"