]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/xilinx-ppc405.h
ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs
[people/ms/u-boot.git] / include / configs / xilinx-ppc405.h
CommitLineData
1f4d5326
RR
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 *
1a459660 10 * SPDX-License-Identifier: GPL-2.0+
1f4d5326
RR
11 */
12
13#ifndef __CONFIG_H
14#define __CONFIG_H
15
16/* cpu parameter */
1f4d5326
RR
17#define CONFIG_405 1
18#define CONFIG_XILINX_405 1
19
cc2dc9b0 20#include <configs/xilinx-ppc.h>
1f4d5326
RR
21
22#endif