From 71da74743180c81c3af31108839b5d0e6a1aff87 Mon Sep 17 00:00:00 2001 From: Mario Six Date: Mon, 21 Jan 2019 09:18:10 +0100 Subject: mpc83xx: Migrate CONFIG_SYS_IMMR to Kconfig Migrate CONFIG_SYS_IMMR to Kconfig for MPC83xx. Signed-off-by: Mario Six --- include/configs/tuge1.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/tuge1.h') diff --git a/include/configs/tuge1.h b/include/configs/tuge1.h index d95147d..b196c77 100644 --- a/include/configs/tuge1.h +++ b/include/configs/tuge1.h @@ -46,11 +46,6 @@ #define CONFIG_83XX_PCICLK 66000000 /* - * IMMR new address - */ -#define CONFIG_SYS_IMMR 0xE0000000 - -/* * Bus Arbitration Configuration Register (ACR) */ #define CONFIG_SYS_ACR_PIPE_DEP 3 /* pipeline depth 4 transactions */ -- cgit v1.1