diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:13 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | e35012e802de17c60cb38d0201ca4f1afb071d4c (patch) | |
tree | 5c8446785e96e46f889a9755667031852582b5ca /include/configs/MPC837XEMDS.h | |
parent | 73df96a38e693312bc2d5b565bc439f3b98e63ea (diff) | |
download | u-boot-e35012e802de17c60cb38d0201ca4f1afb071d4c.tar.gz |
mpc83xx: Migrate SPCR to Kconfig
Migrate the SPCR setting to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/MPC837XEMDS.h')
-rw-r--r-- | include/configs/MPC837XEMDS.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index d8a02b8e06..5d46907331 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -12,9 +12,6 @@ */ #define CONFIG_E300 1 /* E300 family */ -/* System Priority Control Register */ -#define CONFIG_SYS_SPCR_TSECEP 3 /* eTSEC1/2 emergency has highest priority */ - /* * IP blocks clock configuration */ |