diff options
author | Tom Rini <trini@konsulko.com> | 2024-09-07 16:20:13 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-09-10 13:12:32 -0600 |
commit | 2def0df217866d343020ea0f93e6bd122d53c72d (patch) | |
tree | 675da3f991b959cf363dcad60f2409440f71cf6f /include/configs/at91sam9260ek.h | |
parent | 278e9ac8aa7c65e3709483cab5bf4231daea1295 (diff) | |
download | u-boot-2def0df217866d343020ea0f93e6bd122d53c72d.tar.gz |
arm: Remove ethernut5 board
As per the maintainers at egnite GmbH, they are no longer interested in
supporting this board. Go and remove the platform here. Furthermore,
this is the only AT91SAM9XE platform in-tree so remove supporting code
for that as well.
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/at91sam9260ek.h')
-rw-r--r-- | include/configs/at91sam9260ek.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index b9cc7ba974d..b75db7e7bac 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -35,11 +35,7 @@ #define CFG_SYS_SDRAM_SIZE 0x04000000 #define CFG_SYS_INIT_RAM_SIZE (16 * 1024) -#ifdef CONFIG_AT91SAM9XE -# define CFG_SYS_INIT_RAM_ADDR ATMEL_BASE_SRAM -#else -# define CFG_SYS_INIT_RAM_ADDR ATMEL_BASE_SRAM1 -#endif +#define CFG_SYS_INIT_RAM_ADDR ATMEL_BASE_SRAM1 /* NAND flash */ #ifdef CONFIG_CMD_NAND |