3bf85b6c28d1b92a65aafe4fbe2326d1ce1b4986
[platform/kernel/u-boot.git] / include / configs / boston.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2016 Imagination Technologies
4  */
5
6 #ifndef __CONFIGS_BOSTON_H__
7 #define __CONFIGS_BOSTON_H__
8
9 /*
10  * General board configuration
11  */
12 #define CONFIG_SYS_BOOTM_LEN            (64 * 1024 * 1024)
13
14 /*
15  * CPU
16  */
17 #define CONFIG_SYS_MIPS_TIMER_FREQ      30000000
18
19 /*
20  * PCI
21  */
22
23 /*
24  * Memory map
25  */
26 #ifdef CONFIG_64BIT
27 # define CONFIG_SYS_SDRAM_BASE          0xffffffff80000000
28 #else
29 # define CONFIG_SYS_SDRAM_BASE          0x80000000
30 #endif
31
32 #define CONFIG_SYS_INIT_SP_OFFSET       0x400000
33
34 /*
35  * Console
36  */
37
38 /*
39  * Flash
40  */
41
42 #define CONFIG_SYS_MAX_FLASH_SECT               1024
43
44 /*
45  * Environment
46  */
47
48 #endif /* __CONFIGS_BOSTON_H__ */