mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
powerpc: Remove 8260 remainders
commit 2eb48ff7a2
("powerpc, 8260: remove support for mpc8260")
removed support for 8260 CPU.
This patch remove some remainders.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
This commit is contained in:
committed by
Tom Rini
parent
08dd988be5
commit
72281c5c46
@@ -17,10 +17,6 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#ifdef CONFIG_MPC8260 /* only valid for MPC8260 */
|
||||
#include <ioports.h>
|
||||
#include <asm/io.h>
|
||||
#endif
|
||||
#if defined(CONFIG_AT91FAMILY)
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/hardware.h>
|
||||
|
Reference in New Issue
Block a user