sfdisk: switch everything to use it by default

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent c9fdba9e1c
commit 3266bc4036

@ -11,6 +11,7 @@ conf_bl_listfile="bootloader-ng"
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat" boot_fstype="fat"
boot_partition_size="96" boot_partition_size="96"
use_sfdisk=1
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"

@ -11,6 +11,7 @@ conf_bl_listfile="bootloader-ng"
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat" boot_fstype="fat"
boot_partition_size="96" boot_partition_size="96"
use_sfdisk=1
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"

@ -11,6 +11,7 @@ conf_bl_listfile="bootloader-ng"
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat" boot_fstype="fat"
boot_partition_size="96" boot_partition_size="96"
use_sfdisk=1
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"

@ -9,6 +9,8 @@ conf_board="MX6QSABRELITE_D"
conf_bootloader_in_flash="1" conf_bootloader_in_flash="1"
boot_fstype="ext2" boot_fstype="ext2"
boot_partition_size="96" boot_partition_size="96"
boot_startmb="1"
use_sfdisk=1
#Bootloader: u-boot features: #Bootloader: u-boot features:

@ -13,7 +13,8 @@ boot_fstype="ext2"
dd_uboot_bs="512" dd_uboot_bs="512"
dd_uboot_seek="2" dd_uboot_seek="2"
boot_partition_size="96" boot_partition_size="96"
boot_startmb="2" boot_startmb="1"
use_sfdisk=1
unset spl_name unset spl_name
boot_name="u-boot.imx" boot_name="u-boot.imx"

@ -11,6 +11,7 @@ conf_bl_listfile="bootloader-ng"
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat" boot_fstype="fat"
boot_partition_size="96" boot_partition_size="96"
use_sfdisk=1
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"

Loading…
Cancel
Save