diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-08-10 02:39:34 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2018-08-20 13:52:49 +0800 |
commit | 6e71a6ab2d9e06a275e40a8c5c8e0b29cf6bb8fb (patch) | |
tree | a59191cdb423e16d6f1ad810e7b629cc96278f5a /arch/x86/dts/Makefile | |
parent | ceeee8f7b5f10d7736840b169249e891da0f6a47 (diff) |
x86: Remove support for Advantech SOM-6896
Now that we have generic coreboot payload support, remove the
dedicated support for Advantech SOM-6896.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts/Makefile')
-rw-r--r-- | arch/x86/dts/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/dts/Makefile b/arch/x86/dts/Makefile index c62540fe74..fa717bc096 100644 --- a/arch/x86/dts/Makefile +++ b/arch/x86/dts/Makefile @@ -18,7 +18,6 @@ dtb-y += bayleybay.dtb \ qemu-x86_i440fx.dtb \ qemu-x86_q35.dtb \ theadorable-x86-dfi-bt700.dtb \ - broadwell_som-6896.dtb \ baytrail_som-db5800-som-6867.dtb targets += $(dtb-y) |