]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/xilinx-ppc440.h
ARM: atmel: boards: use default CONFIG_SYS_PBSIZE
[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 11/*CPU*/
cc2dc9b0
RR
12#define CONFIG_440 1
13#define CONFIG_XILINX_440 1
e07f4a80 14
cc2dc9b0 15#include <configs/xilinx-ppc.h>
e07f4a80
RR
16
17#endif /* __CONFIG_H */