mirror of
https://xff.cz/git/u-boot/
synced 2025-10-09 12:06:41 +02:00
ARM: Remove apollon board
This board is the only board that still sticks to OneNAND IPL. Remove this board, since we have SPL around for a while and OneNAND is well supported in the SPL framework. The board can be revived if necessary. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Kyungmin Park <kyungmin.park@samsung.com> Cc: Tom Rini <trini@ti.com>
This commit is contained in:
@@ -228,16 +228,6 @@
|
||||
#define LAN_RESET_REGISTER (H4_CS1_BASE+0x1c)
|
||||
#endif /* endif CONFIG_2420H4 */
|
||||
|
||||
#if defined(CONFIG_APOLLON)
|
||||
#define APOLLON_CS0_BASE 0x00000000 /* OneNAND */
|
||||
#define APOLLON_CS1_BASE 0x08000000 /* ethernet */
|
||||
#define APOLLON_CS2_BASE 0x10000000 /* OneNAND */
|
||||
#define APOLLON_CS3_BASE 0x18000000 /* NOR */
|
||||
|
||||
#define ETH_CONTROL_REG (APOLLON_CS1_BASE + 0x30b)
|
||||
#define LAN_RESET_REGISTER (APOLLON_CS1_BASE + 0x1c)
|
||||
#endif /* endif CONFIG_APOLLON */
|
||||
|
||||
/* Common */
|
||||
#define LOW_LEVEL_SRAM_STACK 0x4020FFFC
|
||||
|
||||
|
Reference in New Issue
Block a user