diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-06-19 21:18:14 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-06-19 21:18:14 +0000 |
commit | f17f647a62427e7241c6cbee0a81be5a46072cd9 (patch) | |
tree | 4c8b4ab76ce6b796d8c2318c5ab176dfd496456f /src/mainboard/supermicro | |
parent | 24fbb7d66f6938b942e4481d2821023fbb7cd467 (diff) | |
download | coreboot-f17f647a62427e7241c6cbee0a81be5a46072cd9.tar.xz |
Undo my ugly commit that added uses clauses in lots of places instead of one.
Fix configuration of all boards. (Abuild tested)
Hopefully fix compilation of PPC boards (they've never compiled for me.)
Apologize profusely.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4367 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/x6dai_g/Options.lb | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhe_g/Options.lb | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhe_g2/Options.lb | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig/Options.lb | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig2/Options.lb | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/supermicro/x6dai_g/Options.lb b/src/mainboard/supermicro/x6dai_g/Options.lb index 901473062a..576cdb8c3e 100644 --- a/src/mainboard/supermicro/x6dai_g/Options.lb +++ b/src/mainboard/supermicro/x6dai_g/Options.lb @@ -1,6 +1,5 @@ uses HAVE_MP_TABLE uses CONFIG_CBFS -uses CONFIG_USE_INIT uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT diff --git a/src/mainboard/supermicro/x6dhe_g/Options.lb b/src/mainboard/supermicro/x6dhe_g/Options.lb index 5b3ea1ea97..bd31e7c14c 100644 --- a/src/mainboard/supermicro/x6dhe_g/Options.lb +++ b/src/mainboard/supermicro/x6dhe_g/Options.lb @@ -1,6 +1,5 @@ uses HAVE_MP_TABLE uses CONFIG_CBFS -uses CONFIG_USE_INIT uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT diff --git a/src/mainboard/supermicro/x6dhe_g2/Options.lb b/src/mainboard/supermicro/x6dhe_g2/Options.lb index 5b3ea1ea97..bd31e7c14c 100644 --- a/src/mainboard/supermicro/x6dhe_g2/Options.lb +++ b/src/mainboard/supermicro/x6dhe_g2/Options.lb @@ -1,6 +1,5 @@ uses HAVE_MP_TABLE uses CONFIG_CBFS -uses CONFIG_USE_INIT uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT diff --git a/src/mainboard/supermicro/x6dhr_ig/Options.lb b/src/mainboard/supermicro/x6dhr_ig/Options.lb index 72436a5447..808fe21018 100644 --- a/src/mainboard/supermicro/x6dhr_ig/Options.lb +++ b/src/mainboard/supermicro/x6dhr_ig/Options.lb @@ -1,6 +1,5 @@ uses HAVE_MP_TABLE uses CONFIG_CBFS -uses CONFIG_USE_INIT uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT diff --git a/src/mainboard/supermicro/x6dhr_ig2/Options.lb b/src/mainboard/supermicro/x6dhr_ig2/Options.lb index 72436a5447..808fe21018 100644 --- a/src/mainboard/supermicro/x6dhr_ig2/Options.lb +++ b/src/mainboard/supermicro/x6dhr_ig2/Options.lb @@ -1,6 +1,5 @@ uses HAVE_MP_TABLE uses CONFIG_CBFS -uses CONFIG_USE_INIT uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT |