colibri-imx6ull: specify MTD partitions on command line
[platform/kernel/u-boot.git] / include / configs / mcr3000.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2010-2017 CS Systemes d'Information
4  * Christophe Leroy <christophe.leroy@c-s.fr>
5  */
6
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9
10 /* High Level Configuration Options */
11
12 /* Miscellaneous configurable options */
13
14 /* Definitions for initial stack pointer and data area (in DPRAM) */
15 #define CFG_SYS_INIT_RAM_ADDR   (CONFIG_SYS_IMMR + 0x2800)
16 #define CFG_SYS_INIT_RAM_SIZE   (0x2e00 - 0x2800)
17
18 /* RAM configuration (note that CFG_SYS_SDRAM_BASE must be zero) */
19 #define CFG_SYS_SDRAM_BASE              0x00000000
20
21 /* FLASH organization */
22 #define CFG_SYS_FLASH_BASE              CONFIG_TEXT_BASE
23
24 /*
25  * For booting Linux, the board info and command line data
26  * have to be in the first 32 MB of memory, since this is
27  * the maximum mapped by the Linux kernel during initialization.
28  */
29 #define CFG_SYS_BOOTMAPSZ               (32 << 20)
30
31 /* Environment Configuration */
32
33 /* environment is in FLASH */
34
35 /* Ethernet configuration part */
36
37 /* NAND configuration part */
38 #define CFG_SYS_NAND_BASE               0x0C000000
39
40 #endif /* __CONFIG_H */