diff options
| author | Tom Rini <[email protected]> | 2022-06-08 08:24:24 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-28 17:03:30 -0400 |
| commit | d6e9efa6b2309d6582366dd4c6a95c4c7fb8f2af (patch) | |
| tree | a9217236122bfc7d47e2eb220a9a075d87a7443f /include | |
| parent | 5c511ea93683cbdc94ec7e837b0a5b96495151f2 (diff) | |
Convert CONFIG_EFLASH_PROTSECTORS to Kconfig
This converts the following to Kconfig:
CONFIG_EFLASH_PROTSECTORS
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ethernut5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index 8e7bfadf64e..8f9cfd50bc1 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -32,7 +32,6 @@ /* 512kB on-chip NOR flash */ # define CONFIG_SYS_FLASH_BASE 0x00200000 /* AT91SAM9XE_FLASH_BASE */ # define CONFIG_SYS_MAX_FLASH_SECT 32 -# define CONFIG_EFLASH_PROTSECTORS 1 /* bootstrap + u-boot + env + linux in dataflash on CS0 */ |
