]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/xilinx-ppc405.h
ARM: kirkwood: move SoC headers to mach-kirkwood/include/mach
[people/ms/u-boot.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