]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/xilinx-ppc440.h
f521387d228940df1238039543e990ad4cdf64d7
[people/ms/u-boot.git] / include / configs / xilinx-ppc440.h
1 /*
2 * (C) Copyright 2008
3 * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@gmail.com
4 * This work has been supported by: QTechnology http://qtec.com/
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 #ifndef __CONFIG_GEN_H
9 #define __CONFIG_GEN_H
10
11 /*CPU*/
12 #define CONFIG_440 1
13 #define CONFIG_XILINX_440 1
14
15 #include <configs/xilinx-ppc.h>
16
17 #endif /* __CONFIG_H */