From 73df96a38e693312bc2d5b565bc439f3b98e63ea Mon Sep 17 00:00:00 2001 From: Mario Six Date: Mon, 21 Jan 2019 09:18:12 +0100 Subject: mpc83xx: Migrate arbiter config to Kconfig Migrate the arbiter configuration to Kconfig. Signed-off-by: Mario Six --- include/configs/suvd3.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/configs/suvd3.h') 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 @@ -42,14 +42,6 @@ #define CONFIG_SYS_CLK_FREQ 66000000 #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 */ -- cgit v1.2.1