diff options
author | Heiko Schocher | 2017-06-14 05:49:40 +0200 |
---|---|---|
committer | Tom Rini | 2017-06-16 10:14:55 -0400 |
commit | 064b55cfcb25c0f7692ecf6d4a38f12cd82739f7 (patch) | |
tree | 9ff25c8783439f0c9a651fbe8b2e0a65d6cb8af1 /api | |
parent | 88024dc5ac1c72c2f3977712d25315eada0ee4d9 (diff) |
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
There was for long time no activity in the mpx5xxx area.
We need to go further and convert to Kconfig, but it
turned out, nobody is interested anymore in mpc5xxx,
so remove it.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'api')
-rw-r--r-- | api/api_platform-powerpc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/api_platform-powerpc.c b/api/api_platform-powerpc.c index 7d54ea79784..d1b54ea4e14 100644 --- a/api/api_platform-powerpc.c +++ b/api/api_platform-powerpc.c @@ -32,8 +32,6 @@ int platform_sys_info(struct sys_info *si) #if defined(CONFIG_E500) || defined(CONFIG_MPC86xx) #define bi_bar bi_immr_base -#elif defined(CONFIG_MPC5xxx) -#define bi_bar bi_mbar_base #elif defined(CONFIG_MPC83xx) #define bi_bar bi_immrbar #endif |