Merge pull request #2745 from InuSasha/fixes/lepotato

device-tree-amlogic: add LePotato dts files to EXTRA_TREE
This commit is contained in:
Christian Hewitt 2018-06-09 08:07:40 +01:00 committed by GitHub
commit fe9ef4b908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,11 @@ make_target() {
pushd $BUILD/linux-$(kernel_version) > /dev/null
# Device trees already present in kernel tree we want to include
EXTRA_TREES=(gxbb_p201 gxl_p212_1g gxl_p212_2g gxm_q200_2g gxm_q201_1g gxm_q201_2g gxl_p281_1g gxbb_p200_1G_wetek_hub gxbb_p200_2G_wetek_play_2)
EXTRA_TREES=( \
gxbb_p201 gxbb_p200_1G_wetek_hub gxbb_p200_2G_wetek_play_2 \
gxl_p212_1g gxl_p212_2g gxl_p281_1g gxl_p212_1g_lepotato gxl_p212_2g_lepotato \
gxm_q200_2g gxm_q201_1g gxm_q201_2g \
)
# Add trees to the list
for f in ${EXTRA_TREES[@]}; do