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/MPC837XERDB.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/MPC837XERDB.h')
-rw-r--r-- | include/configs/MPC837XERDB.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index e8173da323..6fa57ebee4 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -23,10 +23,6 @@ /* System performance - define the value i.e. CONFIG_SYS_XXX */ -/* Arbiter Configuration Register */ -#define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth (0-3) */ -#define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count (0-7) */ - /* System Priority Control Regsiter */ #define CONFIG_SYS_SPCR_TSECEP 3 /* eTSEC1&2 emergency priority (0-3) */ |