]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/xilinx-ppc405.h
at91: enable USB ethernet for taskit stamp9g20
[karo-tx-uboot.git] / include / configs / xilinx-ppc405.h
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  *
10  * SPDX-License-Identifier:     GPL-2.0+
11  */
12
13 #ifndef __CONFIG_H
14 #define __CONFIG_H
15
16 /* cpu parameter */
17 #define CONFIG_405              1
18 #define CONFIG_XILINX_405       1
19
20 #include <configs/xilinx-ppc.h>
21
22 #endif