From 811790a18be8afde7f525e329f4065fda7c7f6e0 Mon Sep 17 00:00:00 2001 From: kszaq Date: Sat, 2 Dec 2017 00:05:26 +0100 Subject: [PATCH] projects/WeTek*: remove --second from ANDROID_BOOTIMG_OPTIONS now that it's generated automatically --- projects/WeTek_Core/options | 3 --- projects/WeTek_Hub/options | 2 +- projects/WeTek_Play_2/options | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/projects/WeTek_Core/options b/projects/WeTek_Core/options index d726943b3e..0ad46760aa 100644 --- a/projects/WeTek_Core/options +++ b/projects/WeTek_Core/options @@ -57,9 +57,6 @@ # Build Android kernel image using mkbootimg BUILD_ANDROID_BOOTIMG="yes" - # Additional options to be passed to Android mkbootimg - ANDROID_BOOTIMG_OPTIONS="--second arch/arm/boot/dts/amlogic/meson8m2_wetek_core.dtb" - # Additional kernel make parameters (for example to specify the u-boot loadaddress) KERNEL_MAKE_EXTRACMD="" diff --git a/projects/WeTek_Hub/options b/projects/WeTek_Hub/options index 4eb080dbf2..0664e781fd 100644 --- a/projects/WeTek_Hub/options +++ b/projects/WeTek_Hub/options @@ -55,7 +55,7 @@ BUILD_ANDROID_BOOTIMG="yes" # Additional options to be passed to Android mkbootimg - ANDROID_BOOTIMG_OPTIONS="--second arch/arm64/boot/dts/amlogic/gxbb_p200_1G_wetek_hub.dtb --base 0x0 --kernel_offset 0x1080000" + ANDROID_BOOTIMG_OPTIONS="--base 0x0 --kernel_offset 0x1080000" # Additional kernel make parameters (for example to specify the u-boot loadaddress) KERNEL_MAKE_EXTRACMD="" diff --git a/projects/WeTek_Play_2/options b/projects/WeTek_Play_2/options index ae82409cde..25dae6cdb9 100644 --- a/projects/WeTek_Play_2/options +++ b/projects/WeTek_Play_2/options @@ -55,7 +55,7 @@ BUILD_ANDROID_BOOTIMG="yes" # Additional options to be passed to Android mkbootimg - ANDROID_BOOTIMG_OPTIONS="--second arch/arm64/boot/dts/amlogic/gxbb_p200_2G_wetek_play_2.dtb --base 0x0 --kernel_offset 0x1080000" + ANDROID_BOOTIMG_OPTIONS="--base 0x0 --kernel_offset 0x1080000" # Additional kernel make parameters (for example to specify the u-boot loadaddress) KERNEL_MAKE_EXTRACMD=""