Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / include / configs / bmips_bcm3380.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
4  */
5
6 #ifndef __CONFIG_BMIPS_BCM3380_H
7 #define __CONFIG_BMIPS_BCM3380_H
8
9 #include <linux/sizes.h>
10
11 /* CPU */
12 #define CONFIG_SYS_MIPS_TIMER_FREQ      166500000
13
14 /* RAM */
15 #define CONFIG_SYS_SDRAM_BASE           0x80000000
16
17 /* U-Boot */
18 #define CONFIG_SYS_LOAD_ADDR            CONFIG_SYS_SDRAM_BASE + SZ_1M
19
20 #if defined(CONFIG_BMIPS_BOOT_RAM)
21 #define CONFIG_SKIP_LOWLEVEL_INIT
22 #define CONFIG_SYS_INIT_SP_OFFSET       SZ_8K
23 #endif
24
25 #endif /* __CONFIG_BMIPS_BCM3380_H */