b9cf5d8e2e
The Efika board isn't different enough from other 52xx based boards to justify a separate platform. This patch merges it with the support code for all other 52xx based boards. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Sylvain Munaut <tnt@246tNt.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
20 lines
428 B
C
20 lines
428 B
C
/*
|
|
* Efika 5K2 platform setup - Header file
|
|
*
|
|
* Copyright (C) 2006 bplan GmbH
|
|
*
|
|
* This file is licensed under the terms of the GNU General Public License
|
|
* version 2. This program is licensed "as is" without any warranty of any
|
|
* kind, whether express or implied.
|
|
*
|
|
*/
|
|
|
|
#ifndef __ARCH_POWERPC_EFIKA__
|
|
#define __ARCH_POWERPC_EFIKA__
|
|
|
|
#define EFIKA_PLATFORM_NAME "Efika"
|
|
|
|
extern void __init efika_pcisetup(void);
|
|
|
|
#endif
|