Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 32cfd573 authored by Robert Nelson's avatar Robert Nelson
Browse files

sdcard: pru-rproc for v4.9.x-ti


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 470bbb35
Branches
Tags
No related merge requests found
......@@ -1215,11 +1215,15 @@ populate_rootfs () {
if [ "x${uboot_pru_rproc_44ti}" = "xenable" ] ; then
echo "###pru_rproc (4.4.x-ti kernel)" >> ${wfile}
echo "uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo" >> ${wfile}
echo "###pru_rproc (4.9.x-ti kernel)" >> ${wfile}
echo "#uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-9-TI-00A0.dtbo" >> ${wfile}
echo "###pru_uio (mainline kernel)" >> ${wfile}
echo "#uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo" >> ${wfile}
else
echo "###pru_rproc (4.4.x-ti kernel)" >> ${wfile}
echo "#uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo" >> ${wfile}
echo "###pru_rproc (4.9.x-ti kernel)" >> ${wfile}
echo "#uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-9-TI-00A0.dtbo" >> ${wfile}
echo "###pru_uio (mainline kernel)" >> ${wfile}
echo "uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo" >> ${wfile}
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment