blob: 443ee470107fea5d31c5879a7c2381cb0dc2a524 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Álvaro Fernández Rojas8f240a32018-02-03 10:30:27 +01002/*
Álvaro Fernández Rojas55daf1c2019-08-30 11:54:27 +02003 * Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas8f240a32018-02-03 10:30:27 +01004 */
5
6#ifndef __CONFIG_BMIPS_BCM6362_H
7#define __CONFIG_BMIPS_BCM6362_H
8
Álvaro Fernández Rojas55daf1c2019-08-30 11:54:27 +02009#include <linux/sizes.h>
10
Álvaro Fernández Rojas8f240a32018-02-03 10:30:27 +010011/* RAM */
Tom Riniaa6e94d2022-11-16 13:10:37 -050012#define CFG_SYS_SDRAM_BASE 0x80000000
Álvaro Fernández Rojas8f240a32018-02-03 10:30:27 +010013
Álvaro Fernández Rojas8f240a32018-02-03 10:30:27 +010014/* U-Boot */
Álvaro Fernández Rojas8f240a32018-02-03 10:30:27 +010015
16#if defined(CONFIG_BMIPS_BOOT_RAM)
Tom Rini65cc0e22022-11-16 13:10:41 -050017#define CFG_SYS_INIT_SP_OFFSET SZ_8K
Álvaro Fernández Rojas8f240a32018-02-03 10:30:27 +010018#endif
19
20#endif /* __CONFIG_BMIPS_BCM6362_H */