1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Marvell Semiconductor <www.marvell.com>
5 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
6 * Contributor: Mahavir Jain <mjain@marvell.com>
9 #ifndef __CONFIG_ASPENITE_H
10 #define __CONFIG_ASPENITE_H
13 * High Level Configuration Options
15 #define CONFIG_SHEEVA_88SV331xV5 1 /* CPU Core subversion */
16 #define CONFIG_ARMADA100 1 /* SOC Family Name */
17 #define CONFIG_ARMADA168 1 /* SOC Used on this Board */
18 #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
21 * There is no internal RAM in ARMADA100, using DRAM
22 * TBD: dcache to be used for this
24 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - 0x00200000)
26 #include "mv-common.h"
29 * Environment variables configurations
32 #endif /* __CONFIG_ASPENITE_H */