cleanup: reorder

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent d51506cb67
commit 36208bb7f7

@ -9,6 +9,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat"
boot_partition_size="100" boot_partition_size="100"
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"
@ -31,8 +32,7 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="fat"
uboot_fdt_auto_detection=1 uboot_fdt_auto_detection=1
#Kernel: #Kernel:

@ -9,6 +9,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat"
boot_partition_size="100" boot_partition_size="100"
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"
@ -31,8 +32,7 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="fat"
uboot_fdt_auto_detection=1 uboot_fdt_auto_detection=1
#Kernel: #Kernel:

@ -9,6 +9,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat"
boot_partition_size="100" boot_partition_size="100"
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"
@ -31,8 +32,7 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="fat"
uboot_fdt_auto_detection=1 uboot_fdt_auto_detection=1
#Kernel: #Kernel:

@ -23,6 +23,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat"
boot_partition_size="100" boot_partition_size="100"
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"
@ -45,14 +46,15 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="fat" uboot_fdt_auto_detection=1
[(3) Partition Setup] [(3) Partition Setup]
[imx and a mainline u-boot] [imx and a mainline u-boot]
#Bootloader Partition: #Bootloader Partition:
bootloader_location="dd_uboot_boot" bootloader_location="dd_uboot_boot"
boot_fstype="ext2"
dd_uboot_seek="1" dd_uboot_seek="1"
dd_uboot_bs="1024" dd_uboot_bs="1024"
boot_partition_size="64" boot_partition_size="64"
@ -60,9 +62,6 @@ boot_startmb="2"
unset spl_name unset spl_name
boot_name="u-boot.imx" boot_name="u-boot.imx"
#Bootloader: u-boot settings
boot_fstype="ext2"
[(4) Kernel Setup] [(4) Kernel Setup]
[Raw Deb file or:] [Raw Deb file or:]
[ABI:1 STABLE http://rcn-ee.net/deb/wheezy-armhf/v3.7.4-x8/install-me.sh] [ABI:1 STABLE http://rcn-ee.net/deb/wheezy-armhf/v3.7.4-x8/install-me.sh]

@ -11,6 +11,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="dd_uboot_boot" bootloader_location="dd_uboot_boot"
boot_fstype="ext2"
dd_uboot_bs="512" dd_uboot_bs="512"
dd_uboot_seek="2" dd_uboot_seek="2"
boot_partition_size="100" boot_partition_size="100"
@ -36,8 +37,8 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="ext2" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx

@ -11,6 +11,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="dd_uboot_boot" bootloader_location="dd_uboot_boot"
boot_fstype="ext2"
dd_uboot_bs="512" dd_uboot_bs="512"
dd_uboot_seek="2" dd_uboot_seek="2"
boot_partition_size="100" boot_partition_size="100"
@ -36,8 +37,8 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="ext2" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx

@ -11,6 +11,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="dd_uboot_boot" bootloader_location="dd_uboot_boot"
boot_fstype="ext2"
dd_uboot_bs="512" dd_uboot_bs="512"
dd_uboot_seek="2" dd_uboot_seek="2"
boot_partition_size="100" boot_partition_size="100"
@ -36,8 +37,8 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="ext2" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx

@ -9,6 +9,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="dd_uboot_boot" bootloader_location="dd_uboot_boot"
boot_fstype="ext2"
dd_uboot_bs="512" dd_uboot_bs="512"
dd_uboot_seek="2" dd_uboot_seek="2"
boot_partition_size="100" boot_partition_size="100"
@ -34,8 +35,8 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="ext2" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx

@ -9,6 +9,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat"
boot_partition_size="100" boot_partition_size="100"
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"
@ -31,8 +32,8 @@ conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="fat" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap

@ -9,6 +9,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat"
boot_partition_size="100" boot_partition_size="100"
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"
@ -31,8 +32,8 @@ conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="fat" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap

@ -9,6 +9,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat"
boot_partition_size="100" boot_partition_size="100"
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"
@ -31,8 +32,8 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="fat" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap

@ -9,6 +9,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat"
boot_partition_size="100" boot_partition_size="100"
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"
@ -31,8 +32,8 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="fat" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap

@ -9,6 +9,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat"
boot_partition_size="100" boot_partition_size="100"
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"
@ -31,8 +32,8 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="fat" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap

@ -9,6 +9,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="fatfs_boot" bootloader_location="fatfs_boot"
boot_fstype="fat"
boot_partition_size="100" boot_partition_size="100"
spl_name="MLO" spl_name="MLO"
boot_name="u-boot.img" boot_name="u-boot.img"
@ -31,8 +32,8 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="fat" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap #http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap

@ -11,6 +11,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="dd_uboot_boot" bootloader_location="dd_uboot_boot"
boot_fstype="ext2"
dd_uboot_bs="512" dd_uboot_bs="512"
dd_uboot_seek="2" dd_uboot_seek="2"
boot_partition_size="100" boot_partition_size="100"
@ -36,8 +37,8 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="ext2" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx

@ -11,6 +11,7 @@ conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
bootloader_location="dd_uboot_boot" bootloader_location="dd_uboot_boot"
boot_fstype="ext2"
dd_uboot_bs="512" dd_uboot_bs="512"
dd_uboot_seek="2" dd_uboot_seek="2"
boot_partition_size="100" boot_partition_size="100"
@ -36,8 +37,8 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
conf_uboot_use_uenvcmd=1 conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#Bootloader: u-boot settings #can the bootloader auto detect the device: (*.dtb)?
boot_fstype="ext2" #uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx #http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx

Loading…
Cancel
Save