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/TQM834x.h | |
parent | be5abb0a834c346f9b22f983e9002ebab2c72cb3 (diff) |
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/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index dc2bba828c..d713c695f7 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -16,9 +16,6 @@ */ #define CONFIG_E300 1 /* E300 Family */ -/* IMMR Base Address Register, use Freescale default: 0xff400000 */ -#define CONFIG_SYS_IMMR 0xff400000 - /* * Local Bus LCRR * LCRR: DLL bypass, Clock divider is 8 |