diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2014-12-24 13:06:38 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-12 17:03:40 -0800 |
commit | 9ca5a0ca0e2c7d7c7029aa901db4184e9103efe1 (patch) | |
tree | 0f415b22ee2238d0346157a19125d47d19c39bb8 | |
parent | 57706e4bd67a72f76c9e34c345a19c862f79fce6 (diff) | |
download | u-boot-imx-9ca5a0ca0e2c7d7c7029aa901db4184e9103efe1.zip u-boot-imx-9ca5a0ca0e2c7d7c7029aa901db4184e9103efe1.tar.gz u-boot-imx-9ca5a0ca0e2c7d7c7029aa901db4184e9103efe1.tar.bz2 |
x86: Rename coreboot.dsti to serial.dtsi
The name of coreboot.dtsi is misleading, as it actually describes
the legacy serial port device node.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | arch/x86/dts/crownbay.dts | 2 | ||||
-rw-r--r-- | arch/x86/dts/link.dts | 2 | ||||
-rw-r--r-- | arch/x86/dts/serial.dtsi (renamed from arch/x86/dts/coreboot.dtsi) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts index 3f43f3c..c3e112f 100644 --- a/arch/x86/dts/crownbay.dts +++ b/arch/x86/dts/crownbay.dts @@ -6,7 +6,7 @@ /dts-v1/; -/include/ "coreboot.dtsi" +/include/ "serial.dtsi" / { #address-cells = <1>; diff --git a/arch/x86/dts/link.dts b/arch/x86/dts/link.dts index a739080..c6b7d82 100644 --- a/arch/x86/dts/link.dts +++ b/arch/x86/dts/link.dts @@ -1,6 +1,6 @@ /dts-v1/; -/include/ "coreboot.dtsi" +/include/ "serial.dtsi" / { #address-cells = <1>; diff --git a/arch/x86/dts/coreboot.dtsi b/arch/x86/dts/serial.dtsi index 65a93ac..65a93ac 100644 --- a/arch/x86/dts/coreboot.dtsi +++ b/arch/x86/dts/serial.dtsi |