mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 02:08:00 +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
|
@ -12,10 +12,6 @@
|
|||
#ifndef __NET_H__
|
||||
#define __NET_H__
|
||||
|
||||
#if defined(CONFIG_8xx)
|
||||
#include <commproc.h>
|
||||
#endif /* CONFIG_8xx */
|
||||
|
||||
#include <asm/cache.h>
|
||||
#include <asm/byteorder.h> /* for nton* / ntoh* stuff */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue