Merge tag 'v2021.10-rc4' into next
[platform/kernel/u-boot.git] / include / configs / aspenite.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2010
4  * Marvell Semiconductor <www.marvell.com>
5  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
6  * Contributor: Mahavir Jain <mjain@marvell.com>
7  */
8
9 #ifndef __CONFIG_ASPENITE_H
10 #define __CONFIG_ASPENITE_H
11
12 /*
13  * High Level Configuration Options
14  */
15 #define CONFIG_SHEEVA_88SV331xV5        1       /* CPU Core subversion */
16 #define CONFIG_ARMADA100                1       /* SOC Family Name */
17
18 /*
19  * There is no internal RAM in ARMADA100, using DRAM
20  * TBD: dcache to be used for this
21  */
22 #define CONFIG_SYS_INIT_SP_ADDR         (CONFIG_SYS_TEXT_BASE - 0x00200000)
23
24 #include "mv-common.h"
25
26 /*
27  * Environment variables configurations
28  */
29
30 #endif  /* __CONFIG_ASPENITE_H */