summaryrefslogtreecommitdiffstats
path: root/include/configs/stxssa.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-07-25 15:15:44 +0200
committerKumar Gala <galak@kernel.crashing.org>2011-07-29 08:53:38 -0500
commit28415b62d1fe0b12e5a48743285ed52502d75004 (patch)
tree796d4b362f0625fe4f629c9d777c171b6157fd60 /include/configs/stxssa.h
parent0a9fe8ee7e5c4d1d677fab71514d4f4a9be2f6be (diff)
downloadtalos-obmc-uboot-28415b62d1fe0b12e5a48743285ed52502d75004.tar.gz
talos-obmc-uboot-28415b62d1fe0b12e5a48743285ed52502d75004.zip
85xx: enable FDT support for STX SSA board
We also have to shift TEXT_BASE to accomodate for the additional code size. Signed-off-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/stxssa.h')
-rw-r--r--include/configs/stxssa.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h
index d5dd94f551..141da26473 100644
--- a/include/configs/stxssa.h
+++ b/include/configs/stxssa.h
@@ -43,7 +43,7 @@
#define CONFIG_STXSSA 1 /* Silicon Tx GPPP SSA board specific*/
#define CONFIG_MPC8560 1
-#define CONFIG_SYS_TEXT_BASE 0xFFFC0000
+#define CONFIG_SYS_TEXT_BASE 0xFFF80000
#define CONFIG_PCI /* PCI ethernet support */
#define CONFIG_TSEC_ENET /* tsec ethernet support*/
@@ -194,6 +194,11 @@
#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#endif
+/* pass open firmware flat tree */
+#define CONFIG_OF_LIBFDT 1
+#define CONFIG_OF_BOARD_SETUP 1
+#define CONFIG_OF_STDOUT_VIA_ALIAS 1
+
/*
* I2C
*/
OpenPOWER on IntegriCloud