blob: 93426d2661d42cb7730405462649850269204057 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Álvaro Fernández Rojasff1e41e2017-04-25 00:39:25 +02002/*
3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojasff1e41e2017-04-25 00:39:25 +02004 */
5
6#ifndef __CONFIG_BMIPS_BCM63268_H
7#define __CONFIG_BMIPS_BCM63268_H
8
Álvaro Fernández Rojas1218f582019-08-30 11:54:27 +02009#include <linux/sizes.h>
10
Álvaro Fernández Rojasff1e41e2017-04-25 00:39:25 +020011/* RAM */
Tom Rinibb4dd962022-11-16 13:10:37 -050012#define CFG_SYS_SDRAM_BASE 0x80000000
Álvaro Fernández Rojasff1e41e2017-04-25 00:39:25 +020013
Álvaro Fernández Rojasff1e41e2017-04-25 00:39:25 +020014/* U-Boot */
Álvaro Fernández Rojasff1e41e2017-04-25 00:39:25 +020015
16#if defined(CONFIG_BMIPS_BOOT_RAM)
Tom Rini6a5dccc2022-11-16 13:10:41 -050017#define CFG_SYS_INIT_SP_OFFSET SZ_8K
Álvaro Fernández Rojasff1e41e2017-04-25 00:39:25 +020018#endif
19
20#endif /* __CONFIG_BMIPS_BCM63268_H */