diff options
author | Mario Six | 2019-01-21 09:18:10 +0100 |
---|---|---|
committer | Mario Six | 2019-05-21 07:52:33 +0200 |
commit | 71da74743180c81c3af31108839b5d0e6a1aff87 (patch) | |
tree | 9eb3a07ea727e9a80325c5008979dc559305c1a3 /include/configs/vme8349.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/vme8349.h')
-rw-r--r-- | include/configs/vme8349.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index 2a14f561ed7..1a3a55b707e 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -25,8 +25,6 @@ /* Don't enable PCI2 on vme834x - it doesn't exist physically. */ #undef CONFIG_MPC83XX_PCI2 /* support for 2nd PCI controller */ -#define CONFIG_SYS_IMMR 0xE0000000 - #undef CONFIG_SYS_DRAM_TEST /* memory test, takes time */ #define CONFIG_SYS_MEMTEST_START 0x00000000 /* memtest region */ #define CONFIG_SYS_MEMTEST_END 0x00100000 |