]> git.ipfire.org Git - people/ms/u-boot.git/blame - 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
CommitLineData
e07f4a80
RR
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/
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
e07f4a80
RR
6*/
7
8#ifndef __CONFIG_GEN_H
9#define __CONFIG_GEN_H
e07f4a80 10
cc2dc9b0
RR
11/*CPU*/
12#define CONFIG_4xx 1
13#define CONFIG_440 1
14#define CONFIG_XILINX_440 1
e07f4a80 15
cc2dc9b0 16#include <configs/xilinx-ppc.h>
e07f4a80
RR
17
18#endif /* __CONFIG_H */