diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2014-12-24 13:06:37 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-12 17:03:40 -0800 |
commit | 57706e4bd67a72f76c9e34c345a19c862f79fce6 (patch) | |
tree | ebc2287d351baf7d2762c7a6439234d1cc4c2f64 /arch/x86/dts | |
parent | 92fa7f53f1f3f03296f8ffb14bdf1baefab83368 (diff) | |
download | u-boot-imx-57706e4bd67a72f76c9e34c345a19c862f79fce6.zip u-boot-imx-57706e4bd67a72f76c9e34c345a19c862f79fce6.tar.gz u-boot-imx-57706e4bd67a72f76c9e34c345a19c862f79fce6.tar.bz2 |
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>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r-- | arch/x86/dts/Makefile | 1 | ||||
-rw-r--r-- | arch/x86/dts/alex.dts | 24 |
2 files changed, 0 insertions, 25 deletions
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>; }; -}; |