summaryrefslogtreecommitdiffstats
path: root/include/configs/stxxtc.h
diff options
context:
space:
mode:
authorGerald Van Baren <vanbaren@cideas.com>2008-06-03 20:26:29 -0400
committerGerald Van Baren <vanbaren@cideas.com>2008-06-09 21:13:29 -0400
commit62bcdda293efa752f8281fbd9da03822b27ce82f (patch)
tree93cdc0024068fc712cc925d9009307d08ecb3f56 /include/configs/stxxtc.h
parent589c04271d129729a8b01391453851ab9cc4069c (diff)
downloadblackbird-obmc-uboot-62bcdda293efa752f8281fbd9da03822b27ce82f.tar.gz
blackbird-obmc-uboot-62bcdda293efa752f8281fbd9da03822b27ce82f.zip
Change the stxxst to CONFIG_OF_LIBFDT
This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change to CONFIG_OF_LIBFDT. WARNING: It appears that this board lost its ability to boot via a flattened device tree prior to this changeset. WARNING: This conversion was untested because I do not have a board to test it on. Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Diffstat (limited to 'include/configs/stxxtc.h')
-rw-r--r--include/configs/stxxtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h
index 97a1032af0..fcafba5937 100644
--- a/include/configs/stxxtc.h
+++ b/include/configs/stxxtc.h
@@ -590,8 +590,8 @@ typedef unsigned int led_id_t;
/*****************************************************************************/
-/* pass open firmware flat tree */
-#define CONFIG_OF_FLAT_TREE 1
+/* pass open firmware flattened device tree */
+#define CONFIG_OF_LIBFDT 1
#define OF_CPU "PowerPC,MPC870@0"
#define OF_TBCLK (MPC8XX_HZ / 16)
OpenPOWER on IntegriCloud