diff options
author | Tom Rini | 2021-05-22 08:47:13 -0400 |
---|---|---|
committer | Tom Rini | 2021-07-07 22:22:42 -0400 |
commit | d7221d0d660755fd395734afa4cce2948e5e5fa8 (patch) | |
tree | 5575411f5f42897540f48cd724f4f7367716acd4 /arch/arm/include/asm/arch-spear/hardware.h | |
parent | 1dc77c290f4b9610978e215b6dcf70e595b3270e (diff) |
arm: Remove spear320 boards
These boards have not been converted to CONFIG_DM_USB by the deadline
and is also missing conversion to CONFIG_DM. Remove them. As this is
also the last SPEAR3XX platform, remove that symbol as well.
Cc: Vipin Kumar <vipin.kumar@st.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-spear/hardware.h')
-rw-r--r-- | arch/arm/include/asm/arch-spear/hardware.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/include/asm/arch-spear/hardware.h b/arch/arm/include/asm/arch-spear/hardware.h index b0bf1af1705..69b97a03e8f 100644 --- a/arch/arm/include/asm/arch-spear/hardware.h +++ b/arch/arm/include/asm/arch-spear/hardware.h @@ -41,13 +41,5 @@ #define CONFIG_SPEAR_MPMCREGS 100 -#elif defined(CONFIG_SPEAR320) -#define CONFIG_SYS_FSMC_BASE 0x4C000000 - -#define CONFIG_SPEAR_EMIBASE 0x40000000 -#define CONFIG_SPEAR_RASBASE 0xB3000000 - -#define CONFIG_SYS_MACB0_BASE 0xAA000000 - #endif #endif /* _ASM_ARCH_HARDWARE_H */ |