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/suvd3.h | |
parent | ba463c116963e87bf2377ef8e0cdf4967c48fea7 (diff) | |
download | u-boot-73df96a38e693312bc2d5b565bc439f3b98e63ea.tar.gz u-boot-73df96a38e693312bc2d5b565bc439f3b98e63ea.tar.xz u-boot-73df96a38e693312bc2d5b565bc439f3b98e63ea.zip |
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/suvd3.h')
-rw-r--r-- | include/configs/suvd3.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/suvd3.h b/include/configs/suvd3.h index 82ebbca4db..e3653ea924 100644 --- a/include/configs/suvd3.h +++ b/include/configs/suvd3.h @@ -43,14 +43,6 @@ #define CONFIG_83XX_PCICLK 66000000 /* - * Bus Arbitration Configuration Register (ACR) - */ -#define CONFIG_SYS_ACR_PIPE_DEP 3 /* pipeline depth 4 transactions */ -#define CONFIG_SYS_ACR_RPTCNT 3 /* 4 consecutive transactions */ -#define CONFIG_SYS_ACR_APARK 0 /* park bus to master (below) */ -#define CONFIG_SYS_ACR_PARKM 3 /* parking master = QuiccEngine */ - -/* * DDR Setup */ #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ |