blob: bb6c8fe48f7cffbf332cd48c2b17fcd0cdf482cc [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +05302/*
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>
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +05307 */
8
9#ifndef __CONFIG_ASPENITE_H
10#define __CONFIG_ASPENITE_H
11
12/*
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053013 * High Level Configuration Options
14 */
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 */
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053018#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
19
20/*
Lei Wencf946c62011-02-09 18:06:58 +053021 * There is no internal RAM in ARMADA100, using DRAM
22 * TBD: dcache to be used for this
23 */
24#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - 0x00200000)
25#define CONFIG_NR_DRAM_BANKS_MAX 2
26
27/*
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053028 * Commands configuration
29 */
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053030/*
31 * mv-common.h should be defined after CMD configs since it used them
32 * to enable certain macros
33 */
34#include "mv-common.h"
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053035
36/*
37 * Environment variables configurations
38 */
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053039#define CONFIG_ENV_SIZE 0x20000 /* 64k */
40
41#endif /* __CONFIG_ASPENITE_H */