diff options
author | Tom Rini | 2022-07-23 13:05:07 -0400 |
---|---|---|
committer | Tom Rini | 2022-08-04 16:18:47 -0400 |
commit | 13e28f4987dd514ddbda36915bd9b8996a2d328d (patch) | |
tree | 43e094e4c104d88e8decf58a4b78c741f776fd32 /include/configs/M5253DEMO.h | |
parent | 2d752b0d4a221df642033a7fb48e2ced3feef481 (diff) |
configs: Remove a number of unreferenced CONFIG options.
There are a large number of options under CONFIG_SYS (but some of these
are elsewhere, spotted while cleaning CONFIG_SYS) that are never
referenced, or only used slightly later in the config file. Remove or
restructure these.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/M5253DEMO.h')
-rw-r--r-- | include/configs/M5253DEMO.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index 9f648342ea3..75278f4dab7 100644 --- a/include/configs/M5253DEMO.h +++ b/include/configs/M5253DEMO.h @@ -125,9 +125,6 @@ #define CONFIG_SYS_CACHE_ICACR (CF_CACR_CENB | CF_CACR_CEIB | \ CF_CACR_DBWE) -/* Port configuration */ -#define CONFIG_SYS_FECI2C 0xF0 - #define CONFIG_SYS_CS0_BASE 0xFF800000 #define CONFIG_SYS_CS0_MASK 0x007F0021 #define CONFIG_SYS_CS0_CTRL 0x00001D80 |