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 /arch/x86/dts/crownbay.dts | |
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>
Diffstat (limited to 'arch/x86/dts/crownbay.dts')
-rw-r--r-- | arch/x86/dts/crownbay.dts | 2 |
1 files changed, 1 insertions, 1 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>; |