diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-22 08:47:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-07 22:22:42 -0400 |
commit | d7221d0d660755fd395734afa4cce2948e5e5fa8 (patch) | |
tree | 5575411f5f42897540f48cd724f4f7367716acd4 /include | |
parent | 1dc77c290f4b9610978e215b6dcf70e595b3270e (diff) | |
download | u-boot-d7221d0d660755fd395734afa4cce2948e5e5fa8.tar.gz |
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 'include')
-rw-r--r-- | include/configs/spear-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index 122990e634..d77ea6010a 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -33,8 +33,6 @@ #define CONFIG_SYS_I2C #if defined(CONFIG_SPEAR600) #define CONFIG_SYS_I2C_BASE 0xD0200000 -#elif defined(CONFIG_SPEAR320) -#define CONFIG_SYS_I2C_BASE 0xD0180000 #endif #define CONFIG_SYS_I2C_SPEED 400000 #define CONFIG_SYS_I2C_SLAVE 0x02 |