hwpack: use recommended defaults

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/62/head
Robert Nelson 10 years ago
parent 4fdbdcb1ff
commit d949551a5b

@ -7,9 +7,21 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest"
conf_bl_listfile="bootloader-ng"
#Bootloader Partition:
conf_boot_fstype="fat"
bootloader_location="fatfs_boot"
conf_boot_fstype="ext2"
bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="128k"
spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf=""
dd_uboot_bs="384k"
boot_name="u-boot.img"
#Bootloader: u-boot features:

@ -7,9 +7,21 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest"
conf_bl_listfile="bootloader-ng"
#Bootloader Partition:
conf_boot_fstype="fat"
bootloader_location="fatfs_boot"
conf_boot_fstype="ext2"
bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="128k"
spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf=""
dd_uboot_bs="384k"
boot_name="u-boot.img"
#Bootloader: u-boot features:

@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf="notrunc"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="128k"
spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf="notrunc"
dd_uboot_conf=""
dd_uboot_bs="384k"
boot_name="u-boot.img"

@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf="notrunc"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="128k"
spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf="notrunc"
dd_uboot_conf=""
dd_uboot_bs="384k"
boot_name="u-boot.img"

@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf="notrunc"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="128k"
spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf="notrunc"
dd_uboot_conf=""
dd_uboot_bs="384k"
boot_name="u-boot.img"

@ -10,8 +10,11 @@ conf_bl_listfile="bootloader-ng"
conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
dd_uboot_bs="512"
uboot_name="u-boot.imx"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

@ -10,8 +10,11 @@ conf_bl_listfile="bootloader-ng"
conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
dd_uboot_bs="512"
uboot_name="u-boot.imx"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

@ -10,8 +10,11 @@ conf_bl_listfile="bootloader-ng"
conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
dd_uboot_bs="512"
uboot_name="u-boot.imx"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

@ -11,10 +11,10 @@ conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
uboot_name="u-boot.imx"
dd_uboot_count=
dd_uboot_seek="1"
dd_uboot_conf="fsync"
dd_uboot_bs="1k"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

@ -10,8 +10,11 @@ conf_bl_listfile="bootloader-ng"
conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
dd_uboot_bs="512"
uboot_name="u-boot.imx"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

@ -11,10 +11,10 @@ conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
uboot_name="u-boot.imx"
dd_uboot_count=
dd_uboot_seek="1"
dd_uboot_conf="fsync"
dd_uboot_bs="1k"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf="notrunc"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="128k"
spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf="notrunc"
dd_uboot_conf=""
dd_uboot_bs="384k"
boot_name="u-boot.img"

@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf="notrunc"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="128k"
spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf="notrunc"
dd_uboot_conf=""
dd_uboot_bs="384k"
boot_name="u-boot.img"

@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf="notrunc"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="128k"
spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf="notrunc"
dd_uboot_conf=""
dd_uboot_bs="384k"
boot_name="u-boot.img"

@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf="notrunc"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="128k"
spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf="notrunc"
dd_uboot_conf=""
dd_uboot_bs="384k"
boot_name="u-boot.img"

@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf="notrunc"
dd_spl_uboot_conf=""
dd_spl_uboot_bs="128k"
spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf="notrunc"
dd_uboot_conf=""
dd_uboot_bs="384k"
boot_name="u-boot.img"

@ -11,10 +11,10 @@ conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
uboot_name="u-boot.imx"
dd_uboot_count=
dd_uboot_seek="1"
dd_uboot_conf="fsync"
dd_uboot_bs="1k"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

@ -11,10 +11,10 @@ conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
uboot_name="u-boot.imx"
dd_uboot_count=
dd_uboot_seek="1"
dd_uboot_conf="fsync"
dd_uboot_bs="1k"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

@ -11,10 +11,10 @@ conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
uboot_name="u-boot.imx"
dd_uboot_count=
dd_uboot_seek="1"
dd_uboot_conf="fsync"
dd_uboot_bs="1k"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

@ -11,10 +11,10 @@ conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
uboot_name="u-boot.imx"
dd_uboot_count=
dd_uboot_seek="1"
dd_uboot_conf="fsync"
dd_uboot_bs="1k"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

@ -11,10 +11,10 @@ conf_boot_fstype="ext2"
bootloader_location="dd_uboot_boot"
uboot_name="u-boot.imx"
dd_uboot_count=
dd_uboot_seek="1"
dd_uboot_conf="fsync"
dd_uboot_bs="1k"
dd_uboot_count=""
dd_uboot_seek="2"
dd_uboot_conf=""
dd_uboot_bs="512"
unset spl_name
boot_name="u-boot.imx"

Loading…
Cancel
Save