x86: OLPC: Remove extra OLPC_OPENFIRMWARE_DT indirection
OLPC_OPENFIRMWARE_DT is just there to be selected by OLPC and selects OF_PROMTREE. So let OLPC select OF_PROMTREE and remove that extra config indirection. Fixup code and Makefile and use CONFIG_OF_PROMTREE instead. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andres Salomon <dilinger@queued.net>
This commit is contained in:
@@ -24,10 +24,10 @@ extern void setup_olpc_ofw_pgd(void);
|
||||
/* check if OFW was detected during boot */
|
||||
extern bool olpc_ofw_present(void);
|
||||
|
||||
#ifdef CONFIG_OLPC_OPENFIRMWARE_DT
|
||||
#ifdef CONFIG_OF_PROMTREE
|
||||
extern void olpc_dt_build_devicetree(void);
|
||||
#else
|
||||
static inline void olpc_dt_build_devicetree(void) { }
|
||||
#endif /* CONFIG_OLPC_OPENFIRMWARE_DT */
|
||||
#endif
|
||||
|
||||
#endif /* _ASM_X86_OLPC_OFW_H */
|
||||
|
||||
Reference in New Issue
Block a user