mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
projects/WeTek*: remove --second from ANDROID_BOOTIMG_OPTIONS now that it's generated automatically
This commit is contained in:
parent
90675d340b
commit
811790a18b
@ -57,9 +57,6 @@
|
|||||||
# Build Android kernel image using mkbootimg
|
# Build Android kernel image using mkbootimg
|
||||||
BUILD_ANDROID_BOOTIMG="yes"
|
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)
|
# Additional kernel make parameters (for example to specify the u-boot loadaddress)
|
||||||
KERNEL_MAKE_EXTRACMD=""
|
KERNEL_MAKE_EXTRACMD=""
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
BUILD_ANDROID_BOOTIMG="yes"
|
BUILD_ANDROID_BOOTIMG="yes"
|
||||||
|
|
||||||
# Additional options to be passed to Android mkbootimg
|
# 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)
|
# Additional kernel make parameters (for example to specify the u-boot loadaddress)
|
||||||
KERNEL_MAKE_EXTRACMD=""
|
KERNEL_MAKE_EXTRACMD=""
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
BUILD_ANDROID_BOOTIMG="yes"
|
BUILD_ANDROID_BOOTIMG="yes"
|
||||||
|
|
||||||
# Additional options to be passed to Android mkbootimg
|
# 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)
|
# Additional kernel make parameters (for example to specify the u-boot loadaddress)
|
||||||
KERNEL_MAKE_EXTRACMD=""
|
KERNEL_MAKE_EXTRACMD=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user