diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-22 08:47:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-07 22:22:42 -0400 |
commit | 0e377bbabbf288f1d88dd95964986e8a681a77e2 (patch) | |
tree | 996cbf38e8d2198c15d0ea130c145078a2f868fc /include/configs/spear-common.h | |
parent | aa697e6904ba1b3144a46ec642d4695e7c0cdc3e (diff) | |
download | u-boot-0e377bbabbf288f1d88dd95964986e8a681a77e2.tar.gz |
arm: Remove spear300 boards
These boards have not been converted to CONFIG_DM_USB by the deadline
and is also missing conversion to CONFIG_DM. Remove them.
Cc: Vipin Kumar <vipin.kumar@st.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/spear-common.h')
-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 4ba51d53272..a9abdb0f792 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_SPEAR300) -#define CONFIG_SYS_I2C_BASE 0xD0180000 #elif defined(CONFIG_SPEAR310) #define CONFIG_SYS_I2C_BASE 0xD0180000 #elif defined(CONFIG_SPEAR320) |