1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2016 Imagination Technologies
6 #ifndef __CONFIGS_BOSTON_H__
7 #define __CONFIGS_BOSTON_H__
10 * General board configuration
12 #define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024)
17 #define CONFIG_SYS_MIPS_TIMER_FREQ 30000000
27 # define CONFIG_SYS_SDRAM_BASE 0xffffffff80000000
29 # define CONFIG_SYS_SDRAM_BASE 0x80000000
32 #define CONFIG_SYS_INIT_SP_OFFSET 0x400000
42 #define CONFIG_SYS_MAX_FLASH_SECT 1024
48 #endif /* __CONFIGS_BOSTON_H__ */