diff options
author | Pascal Linder <pascal.linder@edu.hefr.ch> | 2019-07-09 09:28:21 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-08-12 09:12:38 +0200 |
commit | 432579c4d1ee89da7322ff11f0424360df2b0d95 (patch) | |
tree | 2fd17187ba6fd517303b4c1b5826f5a19ee807c6 /include/configs/kmvect1.h | |
parent | 707f06f331096161d2ece57634cb816e46d1878a (diff) |
km: remove obsolete definitions in KM header files
After moving the KM specific configurations to Kconfig, the associated
preprocessor definitions can now be removed in the headers. Moreover, the
whitelist has been adapted correspondingly.
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/kmvect1.h')
-rw-r--r-- | include/configs/kmvect1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/kmvect1.h b/include/configs/kmvect1.h index 3049521757..4a3064d87f 100644 --- a/include/configs/kmvect1.h +++ b/include/configs/kmvect1.h @@ -34,11 +34,6 @@ #define CONFIG_SYS_MAMR (MxMR_GPL_x4DIS | \ 0x0000c000 | \ MxMR_WLFx_2X) -/* - * QE UEC ethernet configuration - */ -#define CONFIG_MV88E6352_SWITCH 1 -#define CONFIG_KM_MVEXTSW_ADDR 0x10 /* ethernet port connected to simple switch 88e6122 (UEC0) */ #define CONFIG_UEC_ETH1 |