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/kmtegr1.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/kmtegr1.h') diff --git a/include/configs/kmtegr1.h b/include/configs/kmtegr1.h index 0855dd152c..4b407af036 100644 --- a/include/configs/kmtegr1.h +++ b/include/configs/kmtegr1.h @@ -52,11 +52,6 @@ #define CONFIG_SYS_CLK_FREQ 66000000 #define CONFIG_83XX_PCICLK 66000000 -/* - * IMMR new address - */ -#define CONFIG_SYS_IMMR 0xE0000000 - /* * Bus Arbitration Configuration Register (ACR) */ -- cgit v1.2.1