Ricardo Ribalda Delgado | 1f4d532 | 2008-10-21 18:29:46 +0200 | [diff] [blame] | 1 | /* |
| 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 Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 10 | * SPDX-License-Identifier: GPL-2.0+ |
Ricardo Ribalda Delgado | 1f4d532 | 2008-10-21 18:29:46 +0200 | [diff] [blame] | 11 | */ |
| 12 | |
| 13 | #ifndef __CONFIG_H |
| 14 | #define __CONFIG_H |
| 15 | |
| 16 | /* cpu parameter */ |
Ricardo Ribalda Delgado | 1f4d532 | 2008-10-21 18:29:46 +0200 | [diff] [blame] | 17 | #define CONFIG_405 1 |
| 18 | #define CONFIG_XILINX_405 1 |
| 19 | |
Ricardo Ribalda Delgado | cc2dc9b | 2008-10-27 12:35:59 +0100 | [diff] [blame] | 20 | #include <configs/xilinx-ppc.h> |
Ricardo Ribalda Delgado | 1f4d532 | 2008-10-21 18:29:46 +0200 | [diff] [blame] | 21 | |
| 22 | #endif |