]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/aspenite.h
bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
[people/ms/u-boot.git] / include / configs / aspenite.h
CommitLineData
c291e2fc
PW
1/*
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 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
c291e2fc
PW
8 */
9
10#ifndef __CONFIG_ASPENITE_H
11#define __CONFIG_ASPENITE_H
12
c291e2fc
PW
13/*
14 * 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 */
c291e2fc
PW
19#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
20
cf946c6d
LW
21/*
22 * 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
c291e2fc
PW
28/*
29 * Commands configuration
30 */
c291e2fc
PW
31/*
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"
36
37/*
38 * Environment variables configurations
39 */
c291e2fc
PW
40#define CONFIG_ENV_SIZE 0x20000 /* 64k */
41
42#endif /* __CONFIG_ASPENITE_H */