]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/xilinx-ppc440.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / include / configs / xilinx-ppc440.h
1 /*
2 * (C) Copyright 2008
3 * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@uam.es
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_4xx 1
13 #define CONFIG_440 1
14 #define CONFIG_XILINX_440 1
15
16 #include <configs/xilinx-ppc.h>
17
18 #endif /* __CONFIG_H */