aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/include/configs/kmeter1.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/include/configs/kmeter1.h')
-rw-r--r--roms/u-boot/include/configs/kmeter1.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/roms/u-boot/include/configs/kmeter1.h b/roms/u-boot/include/configs/kmeter1.h
new file mode 100644
index 000000000..4245875e3
--- /dev/null
+++ b/roms/u-boot/include/configs/kmeter1.h
@@ -0,0 +1,23 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * (C) Copyright 2012
+ * Holger Brunck, Keymile GmbH Hannover, <holger.brunck@keymile.com>
+ * Christian Herzig, Keymile AG Switzerland, <christian.herzig@keymile.com>
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#define CONFIG_HOSTNAME "kmeter1"
+
+/* include common defines/options for all Keymile boards */
+#include "km/keymile-common.h"
+#include "km/km-powerpc.h"
+#include "km/km-mpc83xx.h"
+#include "km/km-mpc8360.h"
+
+#define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN | CSCONFIG_AP | \
+ CSCONFIG_ROW_BIT_13 | \
+ CSCONFIG_COL_BIT_10 | \
+ CSCONFIG_ODT_WR_ONLY_CURRENT)
+#endif /* CONFIG */