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/mx6sabreauto.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/mx6sabreauto.h')
-rw-r--r-- | include/configs/mx6sabreauto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6sabreauto.h b/include/configs/mx6sabreauto.h index 7bfc04ff18f..c76e7ea1605 100644 --- a/include/configs/mx6sabreauto.h +++ b/include/configs/mx6sabreauto.h @@ -31,7 +31,6 @@ #ifdef CONFIG_MTD_NOR_FLASH #define CONFIG_SYS_FLASH_BASE WEIM_ARB_BASE_ADDR -#define CONFIG_SYS_FLASH_SECT_SIZE (128 * 1024) #endif #define CONFIG_SYS_FSL_USDHC_NUM 2 |