blob: f2129140725c0a5c903f346d1930432bd33e2a58 [file] [log] [blame]
Philippe Reynesd1406612018-07-16 19:06:14 +02001/* 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 Rojas1218f582019-08-30 11:54:27 +02009#include <linux/sizes.h>
10
Philippe Reynesd1406612018-07-16 19:06:14 +020011/* RAM */
Tom Rinibb4dd962022-11-16 13:10:37 -050012#define CFG_SYS_SDRAM_BASE 0x80000000
Philippe Reynesd1406612018-07-16 19:06:14 +020013
14/* U-Boot */
Philippe Reynesd1406612018-07-16 19:06:14 +020015
16#if defined(CONFIG_BMIPS_BOOT_RAM)
Tom Rini6a5dccc2022-11-16 13:10:41 -050017#define CFG_SYS_INIT_SP_OFFSET SZ_8K
Philippe Reynesd1406612018-07-16 19:06:14 +020018#endif
19
20#endif /* __CONFIG_BMIPS_BCM6838_H */