Skip to content
Snippets Groups Projects
Commit 06a6405a authored by Ricardo Ribalda's avatar Ricardo Ribalda Committed by Michal Simek
Browse files

ppc: xilinx-ppc440-generic: Cleanout header files


Now that there is only one header file for all ppc440 files, merge
header files.

Signed-off-by: default avatarRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Acked-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 3a40457f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
/*CPU*/
#define CONFIG_440 1
#define CONFIG_XILINX_440 1
#define CONFIG_XILINX_PPC440_GENERIC 1
#include "../board/xilinx/ppc440-generic/xparameters.h"
......@@ -33,6 +34,6 @@
#define MTDPARTS_DEFAULT "mtdparts=ml507-flash:-(user)"
/*Generic Configs*/
#include <configs/xilinx-ppc440.h>
#include <configs/xilinx-ppc.h>
#endif /* __CONFIG_H */
/*
* (C) Copyright 2008
* Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@gmail.com
* This work has been supported by: QTechnology http://qtec.com/
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __CONFIG_GEN_H
#define __CONFIG_GEN_H
/*CPU*/
#define CONFIG_440 1
#define CONFIG_XILINX_440 1
#include <configs/xilinx-ppc.h>
#endif /* __CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment