diff options
author | Pascal Linder <pascal.linder@edu.hefr.ch> | 2019-07-09 09:30:28 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-08-12 09:12:38 +0200 |
commit | 1bd17b9f7b7688e96a0d496ef1b02e45d4e63703 (patch) | |
tree | fe20bd1196b84ad74da0f76c62055a218d23dfa1 /include/configs/km_kirkwood.h | |
parent | abbaa8ed1462861f6635ab9f4643c9cb91906e35 (diff) |
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 <pascal.linder@edu.hefr.ch>
Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/km_kirkwood.h')
-rw-r--r-- | include/configs/km_kirkwood.h | 4 |
1 files changed, 0 insertions, 4 deletions
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" |