Odroid xu4 updates (#425)
* Odroid-XU4: Attempt to fix some eMMC devices * Linux-firmware: add s5p to buildroot * Odroid-XU4: fix uboot env size
This commit is contained in:
@@ -44,6 +44,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_QCOM_ADRENO
|
||||
help
|
||||
Firmware files for Qualcomm Adreno GPU firmware
|
||||
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_MFC_V8
|
||||
bool "Samsung MFC video encoder/decoder driver v8"
|
||||
help
|
||||
Firmware files for samsung MFC video encoder/decoder driver v8
|
||||
|
||||
endmenu # Video
|
||||
|
||||
menu "Bluetooth firmware"
|
||||
|
||||
@@ -39,6 +39,12 @@ LINUX_FIRMWARE_FILES += qcom/a*
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.qcom qcom/NOTICE.txt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_MFC_V8),y)
|
||||
LINUX_FIRMWARE_FILES += s5p-mfc-v8.fw
|
||||
# No license file; the license is in the file WHENCE
|
||||
# which is installed unconditionally
|
||||
endif
|
||||
|
||||
# Intel Wireless Bluetooth
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IBT),y)
|
||||
LINUX_FIRMWARE_FILES += intel/ibt-*
|
||||
|
||||
Reference in New Issue
Block a user