mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
MIPS: Netlogic: Split XLP device tree code to dt.c
Create new flle arch/mips/netlogic/xlp/dt.c and move the device tree related code there. Signed-off-by: Jayachandran C <jchandra@broadcom.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5422/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
8f0b043045
commit
aceee09d4f
4 changed files with 105 additions and 70 deletions
|
@ -59,6 +59,7 @@ void xlp_wakeup_secondary_cpus(void);
|
|||
|
||||
void xlp_mmu_init(void);
|
||||
void nlm_hal_init(void);
|
||||
void *xlp_dt_init(void *fdtp);
|
||||
|
||||
#endif /* !__ASSEMBLY__ */
|
||||
#endif /* _ASM_NLM_XLP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue