2008-10-21 16:29:46 +00:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* (C) Copyright 2008
|
|
|
|
* Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@uam.es
|
|
|
|
* This work has been supported by: QTechnology http://qtec.com/
|
|
|
|
*
|
|
|
|
* (C) Copyright 2008
|
|
|
|
* Georg Schardt <schardt@team-ctech.de>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2008-10-21 16:29:46 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_H
|
|
|
|
#define __CONFIG_H
|
|
|
|
|
|
|
|
/* cpu parameter */
|
|
|
|
#define CONFIG_405 1
|
|
|
|
#define CONFIG_XILINX_405 1
|
|
|
|
|
2008-10-27 11:35:59 +00:00
|
|
|
#include <configs/xilinx-ppc.h>
|
2008-10-21 16:29:46 +00:00
|
|
|
|
|
|
|
#endif
|