소스 검색

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>
Bin Meng 10 년 전
부모
커밋
9ca5a0ca0e
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      arch/x86/dts/crownbay.dts
  2. 1 1
      arch/x86/dts/link.dts
  3. 0 0
      arch/x86/dts/serial.dtsi

+ 1 - 1
arch/x86/dts/crownbay.dts

@@ -6,7 +6,7 @@
 
 /dts-v1/;
 
-/include/ "coreboot.dtsi"
+/include/ "serial.dtsi"
 
 / {
 	#address-cells = <1>;

+ 1 - 1
arch/x86/dts/link.dts

@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "coreboot.dtsi"
+/include/ "serial.dtsi"
 
 / {
 	#address-cells = <1>;

+ 0 - 0
arch/x86/dts/coreboot.dtsi → arch/x86/dts/serial.dtsi