Philippe Reynes | d140661 | 2018-07-16 19:06:14 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com> |
| 4 | */ |
| 5 | |
| 6 | #ifndef __CONFIG_BMIPS_BCM6838_H |
| 7 | #define __CONFIG_BMIPS_BCM6838_H |
| 8 | |
Álvaro Fernández Rojas | 1218f58 | 2019-08-30 11:54:27 +0200 | [diff] [blame] | 9 | #include <linux/sizes.h> |
| 10 | |
Philippe Reynes | d140661 | 2018-07-16 19:06:14 +0200 | [diff] [blame] | 11 | /* RAM */ |
Tom Rini | bb4dd96 | 2022-11-16 13:10:37 -0500 | [diff] [blame] | 12 | #define CFG_SYS_SDRAM_BASE 0x80000000 |
Philippe Reynes | d140661 | 2018-07-16 19:06:14 +0200 | [diff] [blame] | 13 | |
| 14 | /* U-Boot */ |
Philippe Reynes | d140661 | 2018-07-16 19:06:14 +0200 | [diff] [blame] | 15 | |
| 16 | #if defined(CONFIG_BMIPS_BOOT_RAM) |
Tom Rini | 6a5dccc | 2022-11-16 13:10:41 -0500 | [diff] [blame] | 17 | #define CFG_SYS_INIT_SP_OFFSET SZ_8K |
Philippe Reynes | d140661 | 2018-07-16 19:06:14 +0200 | [diff] [blame] | 18 | #endif |
| 19 | |
| 20 | #endif /* __CONFIG_BMIPS_BCM6838_H */ |