Prepare v2024.10
[platform/kernel/u-boot.git] / include / configs / sifive-unmatched.h
1 /* 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
14 #define CFG_SYS_SDRAM_BASE              0x80000000
15
16 #endif /* __SIFIVE_UNMATCHED_H */