From cc6e715f1b1f16522f61183ebc815b11cf9ed1e2 Mon Sep 17 00:00:00 2001 From: Matthias Fuchs Date: Mon, 12 Jan 2015 22:47:24 +0100 Subject: ppc4xx: remove OCRTC board Signed-off-by: Matthias Fuchs --- arch/powerpc/cpu/ppc4xx/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/powerpc/cpu') 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" -- cgit