blob: a0151fe8f4cbdbeaa3f0e9a9184d982f9302c4f2 [file] [log] [blame]
Ricardo Ribalda Delgado1f4d5322008-10-21 18:29:46 +02001/*
2 *
3 * (C) Copyright 2008
4 * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@uam.es
5 * This work has been supported by: QTechnology http://qtec.com/
6 *
7 * (C) Copyright 2008
8 * Georg Schardt <schardt@team-ctech.de>
9 *
Wolfgang Denk1a459662013-07-08 09:37:19 +020010 * SPDX-License-Identifier: GPL-2.0+
Ricardo Ribalda Delgado1f4d5322008-10-21 18:29:46 +020011 */
12
13#ifndef __CONFIG_H
14#define __CONFIG_H
15
16/* cpu parameter */
Ricardo Ribalda Delgado1f4d5322008-10-21 18:29:46 +020017#define CONFIG_405 1
18#define CONFIG_XILINX_405 1
19
Ricardo Ribalda Delgadocc2dc9b2008-10-27 12:35:59 +010020#include <configs/xilinx-ppc.h>
Ricardo Ribalda Delgado1f4d5322008-10-21 18:29:46 +020021
22#endif