Forum | Documentation | Website | Blog

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

sdcard: document uboot_fdt_buffer


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 43b58961
Branches
Tags
No related merge requests found
......@@ -1177,6 +1177,8 @@ populate_rootfs () {
echo "#enable_uboot_overlays=1" >> ${wfile}
fi
echo "#dtb_overlay=/lib/firmware/BB-UART2-00A0.dtbo" >> ${wfile}
echo "##U-Boot fdt tweaks..." >> ${wfile}
echo "#uboot_fdt_buffer=0x60000" >> ${wfile}
echo "###EXPERIMENTAL###" >> ${wfile}
echo "" >> ${wfile}
......
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