]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Remove alex.dts in arch/x86/dts
authorBin Meng <bmeng.cn@gmail.com>
Wed, 24 Dec 2014 05:06:37 +0000 (13:06 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 01:03:40 +0000 (17:03 -0800)
No board is using alex.dts, so remove it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/Makefile
arch/x86/dts/alex.dts [deleted file]

index 3b5d6dad469b8a8a8c0518c03530258761b7f268..5525094539859381e750646477b892d51fc719c5 100644 (file)
@@ -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 (file)
index 2f13544..0000000
+++ /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>; };
-};