Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git] / include / configs / kmeter1.h
blobf9be06fd2597f0e83480191208f5e9baab51b3bd
1 /* SPDX-License-Identifier: GPL-2.0+ */
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>
6 */
8 #ifndef __CONFIG_H
9 #define __CONFIG_H
11 /* include common defines/options for all Keymile boards */
12 #include "km/km-mpc83xx.h"
14 #define CFG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN | CSCONFIG_AP | \
15 CSCONFIG_ROW_BIT_13 | \
16 CSCONFIG_COL_BIT_10 | \
17 CSCONFIG_ODT_WR_ONLY_CURRENT)
18 #endif /* CONFIG */