x86: Remove alex.dts in arch/x86/dts

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>
This commit is contained in:
Bin Meng 2014-12-24 13:06:37 +08:00 committed by Simon Glass
parent 92fa7f53f1
commit 57706e4bd6
2 changed files with 0 additions and 25 deletions

View File

@ -1,6 +1,5 @@
dtb-y += link.dtb \
chromebook_link.dtb \
alex.dtb \
crownbay.dtb
targets += $(dtb-y)

View File

@ -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>; };
};