.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Wind River SBC8548 setup and early boot code. |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * By Paul Gortmaker (see MAINTAINERS for contact information) |
---|
7 | 8 | * |
---|
8 | 9 | * Based largely on the MPC8548CDS support - Copyright 2005 Freescale Inc. |
---|
9 | | - * |
---|
10 | | - * |
---|
11 | | - * This program is free software; you can redistribute it and/or modify it |
---|
12 | | - * under the terms of the GNU General Public License as published by the |
---|
13 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
14 | | - * option) any later version. |
---|
15 | 10 | */ |
---|
16 | 11 | |
---|
17 | 12 | #include <linux/stddef.h> |
---|
.. | .. |
---|
29 | 24 | #include <linux/interrupt.h> |
---|
30 | 25 | #include <linux/fsl_devices.h> |
---|
31 | 26 | #include <linux/of_platform.h> |
---|
| 27 | +#include <linux/pgtable.h> |
---|
32 | 28 | |
---|
33 | | -#include <asm/pgtable.h> |
---|
34 | 29 | #include <asm/page.h> |
---|
35 | 30 | #include <linux/atomic.h> |
---|
36 | 31 | #include <asm/time.h> |
---|