3 * Marvell Semiconductor <www.marvell.com>
4 * Written-by: Lei Wen <leiwen@marvell.com>
6 * See file CREDITS for list of people who contributed to this
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation; either version 2 of
12 * the License, or (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
25 #ifndef __CONFIG_DKB_H
26 #define __CONFIG_DKB_H
29 * Version number information
31 #define CONFIG_IDENT_STRING "\nMarvell-TTC DKB"
34 * High Level Configuration Options
36 #define CONFIG_SHEEVA_88SV331xV5 1 /* CPU Core subversion */
37 #define CONFIG_PANTHEON 1 /* SOC Family Name */
38 #define CONFIG_MACH_TTC_DKB 1 /* Machine type */
39 #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
41 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - 0x00200000)
42 #define CONFIG_NR_DRAM_BANKS_MAX 2
45 * Commands configuration
47 #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
48 #include <config_cmd_default.h>
49 #define CONFIG_CMD_I2C
50 #define CONFIG_CMD_MMC
54 * mv-common.h should be defined after CMD configs since it used them
55 * to enable certain macros
57 #include "mv-common.h"
59 #undef CONFIG_ARCH_MISC_INIT
62 * Environment variables configurations
64 #define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */
65 #define CONFIG_ENV_SIZE 0x20000 /* 64k */
67 #endif /* __CONFIG_DKB_H */