From 57706e4bd67a72f76c9e34c345a19c862f79fce6 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Wed, 24 Dec 2014 13:06:37 +0800 Subject: [PATCH] x86: Remove alex.dts in arch/x86/dts No board is using alex.dts, so remove it. Signed-off-by: Bin Meng Acked-by: Simon Glass --- 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 3b5d6dad46..5525094539 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 2f13544612..0000000000 --- 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>; }; -}; -- 2.25.1