[U-Boot] [PATCH 2/5] x86: Remove alex.dts in arch/x86/dts
Bin Meng
bmeng.cn at gmail.com
Wed Dec 24 06:06:37 CET 2014
No board is using alex.dts, so remove it.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
arch/x86/dts/Makefile | 1 -
arch/x86/dts/alex.dts | 24 ------------------------
2 files changed, 25 deletions(-)
delete mode 100644 arch/x86/dts/alex.dts
diff --git a/arch/x86/dts/Makefile b/arch/x86/dts/Makefile
index 3b5d6da..5525094 100644
--- a/arch/x86/dts/Makefile
+++ b/arch/x86/dts/Makefile
@@ -1,6 +1,5 @@
dtb-y += link.dtb \
chromebook_link.dtb \
- alex.dtb \
crownbay.dtb
targets += $(dtb-y)
diff --git a/arch/x86/dts/alex.dts b/arch/x86/dts/alex.dts
deleted file mode 100644
index 2f13544..0000000
--- a/arch/x86/dts/alex.dts
+++ /dev/null
@@ -1,24 +0,0 @@
-/dts-v1/;
-
-/include/ "coreboot.dtsi"
-
-/ {
- #address-cells = <1>;
- #size-cells = <1>;
- model = "Google Alex";
- compatible = "google,alex", "intel,atom-pineview";
-
- config {
- silent_console = <0>;
- };
-
- gpio: gpio {};
-
- serial {
- reg = <0x3f8 8>;
- clock-frequency = <115200>;
- };
-
- chosen { };
- memory { device_type = "memory"; reg = <0 0>; };
-};
--
1.8.2.1
More information about the U-Boot
mailing list