summaryrefslogtreecommitdiffstats
path: root/include/configs/aspenite.h
diff options
context:
space:
mode:
authorLei Wen <[leiwen@marvell.com]>2011-02-09 18:06:58 +0530
committerAlbert Aribaud <albert.aribaud@free.fr>2011-02-21 08:30:55 +0100
commitcf946c6d09938e1e6ef01a7488c6e75a1cf71c47 (patch)
tree122470e1b5d5a553d2e9572f15f8f1a531c5bc43 /include/configs/aspenite.h
parent495df3bad9f250a36470cce15f14c36c616172b6 (diff)
downloadblackbird-obmc-uboot-cf946c6d09938e1e6ef01a7488c6e75a1cf71c47.tar.gz
blackbird-obmc-uboot-cf946c6d09938e1e6ef01a7488c6e75a1cf71c47.zip
mv: seperate kirkwood and armada from common setting
Since there are lots of difference between kirkwood and armada series, it is better to seperate them but still keep the most common file shared by all marvell platform in the mv-common configure file. This patch move the kirkwood only driver definitoin in mv-common to the <soc_name>/config.h. This patch is tested with compilation for armada100 and guruplug. Signed-off-by: Lei Wen <leiwen@marvell.com>
Diffstat (limited to 'include/configs/aspenite.h')
-rw-r--r--include/configs/aspenite.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h
index 706365f809..fd35f3e116 100644
--- a/include/configs/aspenite.h
+++ b/include/configs/aspenite.h
@@ -41,6 +41,13 @@
#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
/*
+ * There is no internal RAM in ARMADA100, using DRAM
+ * TBD: dcache to be used for this
+ */
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - 0x00200000)
+#define CONFIG_NR_DRAM_BANKS_MAX 2
+
+/*
* Commands configuration
*/
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
@@ -53,6 +60,7 @@
* to enable certain macros
*/
#include "mv-common.h"
+#undef CONFIG_ARCH_MISC_INIT
/*
* Environment variables configurations
OpenPOWER on IntegriCloud