Forum | Documentation | Website | Blog

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

script: drop fatfs_img_file


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent b4ad8b41
No related merge requests found
......@@ -593,20 +593,6 @@ fatfs_boot () {
sync
}
fatfs_img_file () {
#For: TI: Omap/Sitara Devices
echo ""
echo "Using sfdisk to create an omap compatible fatfs BOOT partition"
echo "-----------------------------"
LC_ALL=C sfdisk --DOS --sectors 63 --heads 255 --unit M "${media}" <<-__EOF__
,${conf_boot_endmb},0xe,*
,,,-
__EOF__
sync
}
sfdisk_partition_layout () {
#Generic boot partition created by sfdisk
echo ""
......
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