mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
powerpc, 8xx: remove support for 8xx
There was for long time no activity in the 8xx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in 8xx, so remove it (with a heavy heart, knowing that I remove here the root of U-Boot). Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
4a30a93929
commit
5b8e76c35e
143 changed files with 45 additions and 21631 deletions
|
@ -1361,10 +1361,7 @@ int prt_8260_clks(void);
|
|||
#endif /* ndef ASSEMBLY*/
|
||||
|
||||
#ifdef CONFIG_MACH_SPECIFIC
|
||||
#if defined(CONFIG_8xx)
|
||||
#define _machine _MACH_8xx
|
||||
#define have_of 0
|
||||
#elif defined(CONFIG_WALNUT)
|
||||
#if defined(CONFIG_WALNUT)
|
||||
#define _machine _MACH_walnut
|
||||
#define have_of 0
|
||||
#elif defined(CONFIG_MPC8260)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue