mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 22:52:18 +00:00
imx6: tbs2910: fix dtb build error
Fix broken build: Device Tree Source is not correctly specified. Please define 'CONFIG_DEFAULT_DEVICE_TREE' or build with 'DEVICE_TREE=<device_tree>' argument Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
dee535bc90
commit
7092e93569
1 changed files with 3 additions and 0 deletions
|
@ -503,6 +503,9 @@ dtb-$(CONFIG_MX6Q) += \
|
|||
imx6q-display5.dtb \
|
||||
imx6q-logicpd.dtb
|
||||
|
||||
dtb-$(CONFIG_TARGET_TBS2910) += \
|
||||
imx6q-tbs2910.dtb
|
||||
|
||||
dtb-$(CONFIG_MX6QDL) += \
|
||||
imx6dl-icore.dtb \
|
||||
imx6dl-icore-mipi.dtb \
|
||||
|
|
Loading…
Reference in a new issue