firmware: drop am335x_firmware, its builtin

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent 069d1dbc81
commit 0ca39b2064

@ -22,7 +22,6 @@ kernel_repo="STABLE"
#kernel_repo="TESTING"
dtb=
usbnet_mem=
need_am335x_firmware=1
SERIAL="ttyO0"
SERIAL_CONSOLE="${SERIAL},115200n8"

@ -22,7 +22,6 @@ kernel_repo="STABLE"
#kernel_repo="TESTING"
dtb=
usbnet_mem=
need_am335x_firmware=1
SERIAL="ttyO0"
SERIAL_CONSOLE="${SERIAL},115200n8"

@ -22,7 +22,6 @@ kernel_repo="STABLE"
#kernel_repo="TESTING"
dtb=
usbnet_mem=
need_am335x_firmware=1
SERIAL="ttyO0"
SERIAL_CONSOLE="${SERIAL},115200n8"

@ -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 "-----------------------------"

Loading…
Cancel
Save