blob: 27e0912665bf029fe228f265bb0ea6ba56a47753 [file] [log] [blame]
Green Wan2e5da522021-05-27 06:52:13 -07001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2020-2021 SiFive, Inc
4 *
5 * Authors:
6 * Pragnesh Patel <pragnesh.patel@sifive.com>
7 */
8
9#ifndef __SIFIVE_UNMATCHED_H
10#define __SIFIVE_UNMATCHED_H
11
12#include <linux/sizes.h>
13
Tom Rinibb4dd962022-11-16 13:10:37 -050014#define CFG_SYS_SDRAM_BASE 0x80000000
Green Wan2e5da522021-05-27 06:52:13 -070015
Green Wan2e5da522021-05-27 06:52:13 -070016#endif /* __SIFIVE_UNMATCHED_H */