diff options
| author | Tom Rini <[email protected]> | 2022-03-11 23:07:32 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-18 12:48:17 -0400 |
| commit | de0bb2ba54929eb74b626a16d358eb2ac268a487 (patch) | |
| tree | 3dddfe3ad5cdfdd11c7608705b86964694084e32 /include | |
| parent | 23cf6344c0ada76e9f201e6a037450b30f3ea59e (diff) | |
Convert CONFIG_AT91SAM9G10EK et al to Kconfig
This converts the following to Kconfig:
CONFIG_AT91SAM9G10EK
CONFIG_AT91SAM9261EK
CONFIG_AT91SAM9G10
Cc: Eugen Hristev <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/at91sam9261ek.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index b6d0247d7cf..347e255bfb0 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -14,12 +14,6 @@ #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */ #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* 18.432 MHz crystal */ -#ifdef CONFIG_AT91SAM9G10 -#define CONFIG_AT91SAM9G10EK /* It's an Atmel AT91SAM9G10 EK*/ -#else -#define CONFIG_AT91SAM9261EK /* It's an Atmel AT91SAM9261 EK*/ -#endif - #include <asm/hardware.h> #define CONFIG_ATMEL_LEGACY |
