summaryrefslogtreecommitdiff
path: root/include/configs/am3517_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-23 13:05:07 -0400
committerTom Rini <trini@konsulko.com>2022-08-04 16:18:47 -0400
commit13e28f4987dd514ddbda36915bd9b8996a2d328d (patch)
tree43e094e4c104d88e8decf58a4b78c741f776fd32 /include/configs/am3517_evm.h
parent2d752b0d4a221df642033a7fb48e2ced3feef481 (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/am3517_evm.h')
-rw-r--r--include/configs/am3517_evm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 02a5e94c4f..2dc6bd2f2c 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -95,6 +95,4 @@
#define CONFIG_SYS_FLASH_BASE NAND_BASE
#endif
-#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
-
#endif /* __CONFIG_H */