diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:10 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | 71da74743180c81c3af31108839b5d0e6a1aff87 (patch) | |
tree | 9eb3a07ea727e9a80325c5008979dc559305c1a3 /include/configs/tuge1.h | |
parent | be5abb0a834c346f9b22f983e9002ebab2c72cb3 (diff) | |
download | u-boot-71da74743180c81c3af31108839b5d0e6a1aff87.tar.gz |
mpc83xx: Migrate CONFIG_SYS_IMMR to Kconfig
Migrate CONFIG_SYS_IMMR to Kconfig for MPC83xx.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/tuge1.h')
-rw-r--r-- | include/configs/tuge1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/tuge1.h b/include/configs/tuge1.h index d95147d1ed..b196c77c4e 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 */ |