diff options
| author | Patrick Delaunay <[email protected]> | 2022-01-04 14:24:01 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-21 14:01:35 -0500 |
| commit | 3425decf5299bb7d3ce12d7f8e43cd2d49b9cad6 (patch) | |
| tree | 027e1693c9765fe67f3879d2e65d38ac695dde98 /include | |
| parent | 0f9595b9fa68ed1634adddf989fd037909eec433 (diff) | |
Convert CONFIG_AT91_EFLASH to Kconfig
This converts the following to Kconfig:
CONFIG_AT91_EFLASH
Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Acked-by: Eugen Hristev <[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 d72f704636a..d88c14ac446 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -33,7 +33,6 @@ /* 512kB on-chip NOR flash */ # define CONFIG_SYS_FLASH_BASE 0x00200000 /* AT91SAM9XE_FLASH_BASE */ -# define CONFIG_AT91_EFLASH # define CONFIG_SYS_MAX_FLASH_SECT 32 # define CONFIG_EFLASH_PROTSECTORS 1 |
