diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-07-30 03:49:17 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 08:42:39 -0600 |
commit | 9b911bed78c3926fe1129dcc6b0ffbca667dff74 (patch) | |
tree | 914f1b72d4fedd6c0539ce96440c5e800a2198ac /arch/x86/dts/Makefile | |
parent | 2774ff720d0c73ccfbcb4b0cb8e14f5f25188bb5 (diff) | |
download | u-boot-9b911bed78c3926fe1129dcc6b0ffbca667dff74.tar.gz |
x86: Add Intel Bayley Bay board support
Intel Bayley Bay board is a BayTrail based board. Add this board
with existing baytrail fsp support.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts/Makefile')
-rw-r--r-- | arch/x86/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/dts/Makefile b/arch/x86/dts/Makefile index f86514ce83..44e2829f25 100644 --- a/arch/x86/dts/Makefile +++ b/arch/x86/dts/Makefile @@ -1,4 +1,5 @@ -dtb-y += chromebook_link.dtb \ +dtb-y += bayleybay.dtb \ + chromebook_link.dtb \ chromebox_panther.dtb \ crownbay.dtb \ galileo.dtb \ |