fw: no need for custom udoo/wand need_x_firwware, just use conf_board

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/62/head
Robert Nelson 10 years ago
parent 9ec3cdb289
commit 7198a44f51

@ -34,8 +34,6 @@ kernel_subarch="armv7"
kernel_repo="LTS" kernel_repo="LTS"
#kernel_repo="STABLE" #kernel_repo="STABLE"
#kernel_repo="TESTING" #kernel_repo="TESTING"
#
need_udoo_firmware=1
SERIAL="ttymxc1" SERIAL="ttymxc1"
SERIAL_CONSOLE="${SERIAL},115200n8" SERIAL_CONSOLE="${SERIAL},115200n8"

@ -34,8 +34,6 @@ kernel_subarch="armv7"
kernel_repo="LTS" kernel_repo="LTS"
#kernel_repo="STABLE" #kernel_repo="STABLE"
#kernel_repo="TESTING" #kernel_repo="TESTING"
#
need_wandboard_firmware=1
SERIAL="ttymxc0" SERIAL="ttymxc0"
SERIAL_CONSOLE="${SERIAL},115200n8" SERIAL_CONSOLE="${SERIAL},115200n8"

@ -448,7 +448,7 @@ dl_device_firmware () {
cp -r "${DIR}/dl/linux-firmware/ti-connectivity" ${TEMPDIR}/firmware/ cp -r "${DIR}/dl/linux-firmware/ti-connectivity" ${TEMPDIR}/firmware/
fi fi
if [ "${need_wandboard_firmware}" ] ; then if [ "x${conf_board}" = "xwandboard" ] ; then
dl_linux_firmware dl_linux_firmware
echo "-----------------------------" echo "-----------------------------"
echo "Adding Firmware for onboard WiFi/Bluetooth module" echo "Adding Firmware for onboard WiFi/Bluetooth module"
@ -467,7 +467,7 @@ dl_device_firmware () {
${wget_brcm} ${http_brcm}/brcmfmac4330-sdio.txt ${wget_brcm} ${http_brcm}/brcmfmac4330-sdio.txt
fi fi
if [ "${need_udoo_firmware}" ] ; then if [ "x${conf_board}" = "xudoo" ] ; then
dl_linux_firmware dl_linux_firmware
echo "-----------------------------" echo "-----------------------------"
echo "Adding Firmware for onboard WiFi/Bluetooth module" echo "Adding Firmware for onboard WiFi/Bluetooth module"
@ -478,7 +478,6 @@ dl_device_firmware () {
cp -v "${DIR}/dl/linux-firmware/rt2870.bin" ${TEMPDIR}/firmware/rt2870.bin cp -v "${DIR}/dl/linux-firmware/rt2870.bin" ${TEMPDIR}/firmware/rt2870.bin
fi fi
fi fi
} }
initrd_add_firmware () { initrd_add_firmware () {

Loading…
Cancel
Save