diff options
| author | Tom Rini <[email protected]> | 2021-05-22 08:47:12 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-07 22:22:42 -0400 |
| commit | 1dc77c290f4b9610978e215b6dcf70e595b3270e (patch) | |
| tree | 99252d585cd1fbcf78a47e8597de438f4bacd785 /include | |
| parent | 0e377bbabbf288f1d88dd95964986e8a681a77e2 (diff) | |
arm: Remove spear310 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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
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 a9abdb0f792..122990e6348 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_SPEAR310) -#define CONFIG_SYS_I2C_BASE 0xD0180000 #elif defined(CONFIG_SPEAR320) #define CONFIG_SYS_I2C_BASE 0xD0180000 #endif |
