diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:24 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:24 -0500 |
commit | cc6e715f1b1f16522f61183ebc815b11cf9ed1e2 (patch) | |
tree | 23011ed85aef110a8d87cfa92a34eaa338c55e23 /arch/powerpc/cpu/ppc4xx | |
parent | e434d5d729613a75af6cb32ae50da9678d7cb6ea (diff) | |
download | talos-obmc-uboot-cc6e715f1b1f16522f61183ebc815b11cf9ed1e2.tar.gz talos-obmc-uboot-cc6e715f1b1f16522f61183ebc815b11cf9ed1e2.zip |
ppc4xx: remove OCRTC board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx')
-rw-r--r-- | arch/powerpc/cpu/ppc4xx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig index cab8f25f9b..ea4227e58f 100644 --- a/arch/powerpc/cpu/ppc4xx/Kconfig +++ b/arch/powerpc/cpu/ppc4xx/Kconfig @@ -125,9 +125,6 @@ config TARGET_CPCI405AB config TARGET_CPCI405DT bool "Support CPCI405DT" -config TARGET_OCRTC - bool "Support OCRTC" - config TARGET_PCI405 bool "Support PCI405" @@ -229,7 +226,6 @@ source "board/csb472/Kconfig" source "board/dave/PPChameleonEVB/Kconfig" source "board/esd/cpci2dp/Kconfig" source "board/esd/cpci405/Kconfig" -source "board/esd/ocrtc/Kconfig" source "board/esd/pci405/Kconfig" source "board/esd/plu405/Kconfig" source "board/esd/pmc405/Kconfig" |