]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/xilinx-ppc440.h
arm/rpi: Enable dcache
[karo-tx-uboot.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_440              1
13 #define CONFIG_XILINX_440       1
14
15 #include <configs/xilinx-ppc.h>
16
17 #endif                                          /* __CONFIG_H */