global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[platform/kernel/u-boot.git] / include / configs / kmcoge5ne.h
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  */
7
8 #ifndef __CONFIG_H
9 #define __CONFIG_H
10
11 #define CONFIG_HOSTNAME         "kmcoge5ne"
12 #define CONFIG_NAND_ECC_BCH
13 #define CONFIG_NAND_KMETER1
14 #define NAND_MAX_CHIPS                          1
15 #define CFG_SYS_NAND_BASE CFG_SYS_KMBEC_FPGA_BASE /* PRIO_BASE_ADDRESS */
16
17 #define CONFIG_KM_UBI_PARTITION_NAME_BOOT       "ubi0"
18 #define CONFIG_KM_UBI_PARTITION_NAME_APP        "ubi1"
19
20 /* include common defines/options for all Keymile boards */
21 #include "km/keymile-common.h"
22 #include "km/km-powerpc.h"
23 #include "km/km-mpc83xx.h"
24 #include "km/km-mpc8360.h"
25
26 /**
27  * KMCOGE5NE has 512 MB RAM
28  */
29 #define CFG_SYS_DDR_CS0_CONFIG (\
30         CSCONFIG_EN | \
31         CSCONFIG_AP | \
32         CSCONFIG_ODT_WR_ONLY_CURRENT | \
33         CSCONFIG_BANK_BIT_3 | \
34         CSCONFIG_ROW_BIT_13 | \
35         CSCONFIG_COL_BIT_10)
36
37 /* enable POST tests */
38 #define CONFIG_POST (CFG_SYS_POST_MEMORY|CFG_SYS_POST_MEM_REGIONS)
39 #define CONFIG_POST_EXTERNAL_WORD_FUNCS /* use own functions, not generic */
40 #define CPM_POST_WORD_ADDR  CONFIG_SYS_MEMTEST_END
41 #define CONFIG_TESTPIN_REG  gprt3       /* for kmcoge5ne */
42 #define CONFIG_TESTPIN_MASK 0x20        /* for kmcoge5ne */
43
44 #endif /* CONFIG */