From 1bd17b9f7b7688e96a0d496ef1b02e45d4e63703 Mon Sep 17 00:00:00 2001 From: Pascal Linder Date: Tue, 9 Jul 2019 09:30:28 +0200 Subject: km/arm: remove unmaintained target PORTL2 Remove the PORTL2 board and all its dependencies as it is no longer supported by the company. Signed-off-by: Pascal Linder Signed-off-by: Holger Brunck Signed-off-by: Stefan Roese --- include/configs/km_kirkwood.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/km_kirkwood.h') diff --git a/include/configs/km_kirkwood.h b/include/configs/km_kirkwood.h index 92b0590d08..6fce83cfcd 100644 --- a/include/configs/km_kirkwood.h +++ b/include/configs/km_kirkwood.h @@ -66,10 +66,6 @@ #define CONFIG_HOSTNAME "kmcoge5un" #define CONFIG_KM_DISABLE_PCIE -/* KM_PORTL2 */ -#elif defined(CONFIG_KM_PORTL2) -#define CONFIG_HOSTNAME "portl2" - /* KM_SUV31 */ #elif defined(CONFIG_KM_SUV31) #define CONFIG_HOSTNAME "kmsuv31" -- cgit