Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Holger Brunck | 0f2b721 | 2012-03-21 13:42:46 +0100 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2012 |
| 4 | * Holger Brunck, Keymile GmbH Hannover, <holger.brunck@keymile.com> |
| 5 | * Christian Herzig, Keymile AG Switzerland, <christian.herzig@keymile.com> |
Holger Brunck | 0f2b721 | 2012-03-21 13:42:46 +0100 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __CONFIG_H |
| 9 | #define __CONFIG_H |
| 10 | |
Mario Six | 5bc0543 | 2018-03-28 14:38:20 +0200 | [diff] [blame] | 11 | #define CONFIG_HOSTNAME "kmeter1" |
Holger Brunck | 0f2b721 | 2012-03-21 13:42:46 +0100 | [diff] [blame] | 12 | |
Mario Six | fb1b099 | 2019-01-21 09:17:34 +0100 | [diff] [blame] | 13 | /* include common defines/options for all Keymile boards */ |
| 14 | #include "km/keymile-common.h" |
| 15 | #include "km/km-powerpc.h" |
Mario Six | aed7d0e | 2019-01-21 09:18:23 +0100 | [diff] [blame] | 16 | #include "km/km-mpc83xx.h" |
| 17 | #include "km/km-mpc8360.h" |
Mario Six | fb1b099 | 2019-01-21 09:17:34 +0100 | [diff] [blame] | 18 | |
Holger Brunck | 0f2b721 | 2012-03-21 13:42:46 +0100 | [diff] [blame] | 19 | #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN | CSCONFIG_AP | \ |
| 20 | CSCONFIG_ROW_BIT_13 | \ |
| 21 | CSCONFIG_COL_BIT_10 | \ |
Valentin Longchamp | 22554ba | 2015-11-17 10:53:33 +0100 | [diff] [blame] | 22 | CSCONFIG_ODT_WR_ONLY_CURRENT) |
Holger Brunck | 0f2b721 | 2012-03-21 13:42:46 +0100 | [diff] [blame] | 23 | #endif /* CONFIG */ |