Skip to content
Snippets Groups Projects
Commit 62bcdda2 authored by Gerald Van Baren's avatar Gerald Van Baren
Browse files

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: default avatarGerald Van Baren <vanbaren@cideas.com>
parent 589c0427
No related branches found
No related tags found
No related merge requests found
...@@ -590,8 +590,8 @@ typedef unsigned int led_id_t; ...@@ -590,8 +590,8 @@ typedef unsigned int led_id_t;
/*****************************************************************************/ /*****************************************************************************/
/* pass open firmware flat tree */ /* pass open firmware flattened device tree */
#define CONFIG_OF_FLAT_TREE 1 #define CONFIG_OF_LIBFDT 1
#define OF_CPU "PowerPC,MPC870@0" #define OF_CPU "PowerPC,MPC870@0"
#define OF_TBCLK (MPC8XX_HZ / 16) #define OF_TBCLK (MPC8XX_HZ / 16)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment