aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2017-07-06 10:33:21 +0200
committerTom Rini <trini@konsulko.com>2017-07-08 15:56:01 -0400
commitb1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d (patch)
tree61ad7f01c98282d46798a98028cb9d476a20cfba /arch/powerpc/include
parent6f65e75a8a80e6317729f232f135ca2cc5b99d4e (diff)
downloadu-boot-b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d.zip
u-boot-b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d.tar.gz
u-boot-b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d.tar.bz2
powerpc, 8xx: Migrate to Kconfig
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/ppc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/include/asm/ppc.h b/arch/powerpc/include/asm/ppc.h
index 9a8afe1..c6aa2f0 100644
--- a/arch/powerpc/include/asm/ppc.h
+++ b/arch/powerpc/include/asm/ppc.h
@@ -15,11 +15,6 @@
#if defined(CONFIG_8xx)
#include <asm/8xx_immap.h>
-#if defined(CONFIG_MPC866)
-# define CONFIG_MPC866_FAMILY 1
-#elif defined(CONFIG_MPC885)
-# define CONFIG_MPC885_FAMILY 1
-#endif
#endif
#ifdef CONFIG_MPC86xx
#include <mpc86xx.h>