Skip to content
Commit 30cd4a4e authored by Paul Mackerras's avatar Paul Mackerras
Browse files

powerpc: Initialize btext subsystem later, after prom_init



We were initializing the btext stuff from prom_init(), thus breaking
the rule that all communication between prom_init() and the rest of
the kernel has to be via the flattened device tree.  This removes
the btext initialization calls from prom_init() and initializes it
instead after the device tree is unflattened.  It would be nice to
do it earlier, but that needs some more infrastructure to find the
properties we need in the flattened device tree.

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 7dffb720
Loading
Loading
Loading
Loading
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