diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-10-02 03:36:30 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-10-02 03:36:30 +0000 |
commit | 4703bf16190f1a54faa6697b514ae9cce56c19ea (patch) | |
tree | d3cf8b7bf86e6c085990081e3a857f33565a684b /src/config | |
parent | 5bf864e353036535551f97dbeaf2c069ba60d79d (diff) |
Remove motorola PPC boards. These have lain untouched and unused by anyone
for years.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4708 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index c54f783181..db1a20fa91 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1225,49 +1225,3 @@ define CONFIG_PCIE_CONFIGSPACE_HOLE comment "Leave a hole for PCIe config space in the device allocator" end -############################################### -# Board specific options -############################################### - -############################################### -# Options for motorola/sandpoint -############################################### -define CONFIG_SANDPOINT_ALTIMUS - default 0 - export never - comment "Configure Sandpoint with Altimus PMC" -end -define CONFIG_SANDPOINT_TALUS - default 0 - export never - comment "Configure Sandpoint with Talus PMC" -end -define CONFIG_SANDPOINT_UNITY - default 0 - export never - comment "Configure Sandpoint with Unity PMC" -end -define CONFIG_SANDPOINT_VALIS - default 0 - export never - comment "Configure Sandpoint with Valis PMC" -end -define CONFIG_SANDPOINT_GYRUS - default 0 - export never - comment "Configure Sandpoint with Gyrus PMC" -end - -############################################### -# Options for totalimpact/briq -############################################### -define CONFIG_BRIQ_750FX - default 0 - export never - comment "Configure briQ with PowerPC 750FX" -end -define CONFIG_BRIQ_7400 - default 0 - export never - comment "Configure briQ with PowerPC G4" -end |