]> Git Repo - J-u-boot.git/blame - include/configs/bmips_bcm6362.h
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / include / configs / bmips_bcm6362.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
8f240a3b 2/*
55daf1c4 3 * Copyright (C) 2018 Álvaro Fernández Rojas <[email protected]>
8f240a3b
ÁFR
4 */
5
6#ifndef __CONFIG_BMIPS_BCM6362_H
7#define __CONFIG_BMIPS_BCM6362_H
8
55daf1c4
ÁFR
9#include <linux/sizes.h>
10
8f240a3b 11/* RAM */
aa6e94de 12#define CFG_SYS_SDRAM_BASE 0x80000000
8f240a3b
ÁFR
13
14/* U-Boot */
8f240a3b
ÁFR
15
16#if defined(CONFIG_BMIPS_BOOT_RAM)
65cc0e2a 17#define CFG_SYS_INIT_SP_OFFSET SZ_8K
8f240a3b
ÁFR
18#endif
19
20#endif /* __CONFIG_BMIPS_BCM6362_H */
This page took 0.297107 seconds and 5 git commands to generate.