Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git] / include / configs / bmips_bcm3380.h
blob0d254cd7f9c8d56bcaf5fdffd38e500918d05b10
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
4 */
6 #ifndef __CONFIG_BMIPS_BCM3380_H
7 #define __CONFIG_BMIPS_BCM3380_H
9 #include <linux/sizes.h>
11 /* RAM */
12 #define CFG_SYS_SDRAM_BASE 0x80000000
14 /* U-Boot */
16 #if defined(CONFIG_BMIPS_BOOT_RAM)
17 #define CFG_SYS_INIT_SP_OFFSET SZ_8K
18 #endif
20 #endif /* __CONFIG_BMIPS_BCM3380_H */