]> Git Repo - J-u-boot.git/blob - include/configs/kmtepr2.h
udoo: Adjust the SD card device numbering
[J-u-boot.git] / include / configs / kmtepr2.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2006 Freescale Semiconductor, Inc.
4  *                    Dave Liu <[email protected]>
5  *
6  * Copyright (C) 2007 Logic Product Development, Inc.
7  *                    Peter Barada <[email protected]>
8  *
9  * Copyright (C) 2007 MontaVista Software, Inc.
10  *                    Anton Vorontsov <[email protected]>
11  *
12  * (C) Copyright 2008
13  * Heiko Schocher, DENX Software Engineering, [email protected].
14  *
15  * (C) Copyright 2010-2013
16  * Lukas Roggli, KEYMILE Ltd, [email protected]
17  * Holger Brunck,  Keymile GmbH, [email protected]
18  */
19
20 #ifndef __CONFIG_H
21 #define __CONFIG_H
22
23 /*
24  * High Level Configuration Options
25  */
26 #define CONFIG_HOSTNAME         "kmtepr2"
27
28 /* include common defines/options for all Keymile boards */
29 #include "km/keymile-common.h"
30 #include "km/km-powerpc.h"
31 #include "km/km-mpc83xx.h"
32 #include "km/km-mpc832x.h"
33
34 #endif /* __CONFIG_H */
This page took 0.026967 seconds and 4 git commands to generate.