diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:12 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | 73df96a38e693312bc2d5b565bc439f3b98e63ea (patch) | |
tree | 17314f5acd8ca1a6992ac2881e75d7c42288f481 /include/configs/MPC837XEMDS.h | |
parent | ba463c116963e87bf2377ef8e0cdf4967c48fea7 (diff) | |
download | u-boot-73df96a38e693312bc2d5b565bc439f3b98e63ea.tar.gz |
mpc83xx: Migrate arbiter config to Kconfig
Migrate the arbiter configuration 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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index c1973703c4..d8a02b8e06 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -12,10 +12,6 @@ */ #define CONFIG_E300 1 /* E300 family */ -/* Arbiter Configuration Register */ -#define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth is 4 */ -#define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count is 4 */ - /* System Priority Control Register */ #define CONFIG_SYS_SPCR_TSECEP 3 /* eTSEC1/2 emergency has highest priority */ |