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/omap3_logic.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/omap3_logic.h')
-rw-r--r-- | include/configs/omap3_logic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 81c1692055d..1af87b271c4 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -152,6 +152,4 @@ #define CONFIG_SYS_FLASH_SIZE 0x4000000 -#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */ - #endif /* __CONFIG_H */ |