blob: d2f4c441c8a85a7b92bc2e440ce4f0fe6f5cecdc [file] [log] [blame]
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +05301/*
2 * (C) Copyright 2010
3 * Marvell Semiconductor <www.marvell.com>
4 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
5 * Contributor: Mahavir Jain <mjain@marvell.com>
6 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +05308 */
9
10#ifndef __CONFIG_ASPENITE_H
11#define __CONFIG_ASPENITE_H
12
13/*
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053014 * High Level Configuration Options
15 */
16#define CONFIG_SHEEVA_88SV331xV5 1 /* CPU Core subversion */
17#define CONFIG_ARMADA100 1 /* SOC Family Name */
18#define CONFIG_ARMADA168 1 /* SOC Used on this Board */
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053019#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
20
21/*
Lei Wencf946c62011-02-09 18:06:58 +053022 * There is no internal RAM in ARMADA100, using DRAM
23 * TBD: dcache to be used for this
24 */
25#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - 0x00200000)
26#define CONFIG_NR_DRAM_BANKS_MAX 2
27
28/*
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053029 * Commands configuration
30 */
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053031/*
32 * mv-common.h should be defined after CMD configs since it used them
33 * to enable certain macros
34 */
35#include "mv-common.h"
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053036
37/*
38 * Environment variables configurations
39 */
Prafulla Wadaskarc291e2f2010-11-29 17:01:27 +053040#define CONFIG_ENV_SIZE 0x20000 /* 64k */
41
42#endif /* __CONFIG_ASPENITE_H */