From 0ca39b206450bfef675f8f760b6062bda363dcaf Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 13 Aug 2014 11:40:13 -0500 Subject: [PATCH] firmware: drop am335x_firmware, its builtin Signed-off-by: Robert Nelson --- hwpack/am335x-bone-serial.conf | 1 - hwpack/am335x-bone-video.conf | 1 - hwpack/am335x-boneblack.conf | 1 - mk_mmc.sh | 26 -------------------------- 4 files changed, 29 deletions(-) diff --git a/hwpack/am335x-bone-serial.conf b/hwpack/am335x-bone-serial.conf index d155b6d..0770619 100644 --- a/hwpack/am335x-bone-serial.conf +++ b/hwpack/am335x-bone-serial.conf @@ -22,7 +22,6 @@ kernel_repo="STABLE" #kernel_repo="TESTING" dtb= usbnet_mem= -need_am335x_firmware=1 SERIAL="ttyO0" SERIAL_CONSOLE="${SERIAL},115200n8" diff --git a/hwpack/am335x-bone-video.conf b/hwpack/am335x-bone-video.conf index 0886369..6ec1173 100644 --- a/hwpack/am335x-bone-video.conf +++ b/hwpack/am335x-bone-video.conf @@ -22,7 +22,6 @@ kernel_repo="STABLE" #kernel_repo="TESTING" dtb= usbnet_mem= -need_am335x_firmware=1 SERIAL="ttyO0" SERIAL_CONSOLE="${SERIAL},115200n8" diff --git a/hwpack/am335x-boneblack.conf b/hwpack/am335x-boneblack.conf index b1d2c77..c718e4a 100644 --- a/hwpack/am335x-boneblack.conf +++ b/hwpack/am335x-boneblack.conf @@ -22,7 +22,6 @@ kernel_repo="STABLE" #kernel_repo="TESTING" dtb= usbnet_mem= -need_am335x_firmware=1 SERIAL="ttyO0" SERIAL_CONSOLE="${SERIAL},115200n8" diff --git a/mk_mmc.sh b/mk_mmc.sh index b0244f6..0a3e6eb 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -444,36 +444,10 @@ dl_linux_firmware () { cd "${DIR}/" } -dl_am335_firmware () { - echo "" - echo "Clone/Pulling am33x-cm3.git" - echo "-----------------------------" - if [ ! -f "${DIR}/dl/am33x-cm3/.git/config" ] ; then - cd "${DIR}/dl/" - if [ -d "${DIR}/dl/am33x-cm3/" ] ; then - rm -rf "${DIR}/dl/am33x-cm3/" || true - fi - git clone git://arago-project.org/git/projects/am33x-cm3.git || git_failure - else - cd "${DIR}/dl/am33x-cm3" - git pull || git_failure - fi - cd "${DIR}/" -} - dl_device_firmware () { mkdir -p ${TEMPDIR}/firmware/ DL_WGET="${dl_quiet} --directory-prefix=${TEMPDIR}/firmware/" - if [ "${need_am335x_firmware}" ] ; then - dl_am335_firmware - echo "-----------------------------" - echo "Adding pre-built Firmware for am335x powermanagment" - echo "SRC: http://arago-project.org/git/projects/?p=am33x-cm3.git;a=summary" - echo "-----------------------------" - cp -v "${DIR}/dl/am33x-cm3/bin/am335x-pm-firmware.bin" ${TEMPDIR}/firmware/ - fi - if [ "${need_ti_connectivity_firmware}" ] ; then dl_linux_firmware echo "-----------------------------"