mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
boot/*/Config.in: fix attributes order
... to follow the convention: type, default, depends on, select, help. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
560ab2cb95
commit
f96b4b9e57
@ -1,6 +1,6 @@
|
|||||||
config BR2_TARGET_AT91BOOTSTRAP
|
config BR2_TARGET_AT91BOOTSTRAP
|
||||||
depends on BR2_arm926t
|
|
||||||
bool "AT91 Bootstrap"
|
bool "AT91 Bootstrap"
|
||||||
|
depends on BR2_arm926t
|
||||||
help
|
help
|
||||||
AT91Bootstrap is a first level bootloader for the Atmel AT91
|
AT91Bootstrap is a first level bootloader for the Atmel AT91
|
||||||
devices. It integrates algorithms for:
|
devices. It integrates algorithms for:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_TARGET_AT91BOOTSTRAP3
|
config BR2_TARGET_AT91BOOTSTRAP3
|
||||||
depends on BR2_arm926t || BR2_cortex_a5
|
|
||||||
bool "AT91 Bootstrap 3"
|
bool "AT91 Bootstrap 3"
|
||||||
|
depends on BR2_arm926t || BR2_cortex_a5
|
||||||
help
|
help
|
||||||
AT91Bootstrap is a first level bootloader for the Atmel AT91
|
AT91Bootstrap is a first level bootloader for the Atmel AT91
|
||||||
devices. It integrates algorithms for:
|
devices. It integrates algorithms for:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
config BR2_TARGET_AT91DATAFLASHBOOT
|
config BR2_TARGET_AT91DATAFLASHBOOT
|
||||||
depends on BR2_arm926t
|
|
||||||
bool "AT91 DataFlashBoot"
|
bool "AT91 DataFlashBoot"
|
||||||
|
depends on BR2_arm926t
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_TARGET_LPC32XXCDL
|
config BR2_TARGET_LPC32XXCDL
|
||||||
depends on BR2_arm926t
|
|
||||||
bool "LPC32XX CDL (kickstart and S1L)"
|
bool "LPC32XX CDL (kickstart and S1L)"
|
||||||
|
depends on BR2_arm926t
|
||||||
|
|
||||||
if BR2_TARGET_LPC32XXCDL
|
if BR2_TARGET_LPC32XXCDL
|
||||||
|
|
||||||
|
@ -24,8 +24,8 @@ config BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT
|
|||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL_URL
|
config BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL_URL
|
||||||
depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL
|
|
||||||
string "URL of custom bootlets tarball"
|
string "URL of custom bootlets tarball"
|
||||||
|
depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL
|
||||||
|
|
||||||
if BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT
|
if BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT
|
||||||
|
|
||||||
@ -43,16 +43,16 @@ choice
|
|||||||
Select which bootstream to generate
|
Select which bootstream to generate
|
||||||
|
|
||||||
config BR2_TARGET_MXS_BOOTLETS_BAREBOX
|
config BR2_TARGET_MXS_BOOTLETS_BAREBOX
|
||||||
depends on BR2_TARGET_BAREBOX
|
|
||||||
bool "Barebox Bootloader"
|
bool "Barebox Bootloader"
|
||||||
|
depends on BR2_TARGET_BAREBOX
|
||||||
|
|
||||||
config BR2_TARGET_MXS_BOOTLETS_LINUX
|
config BR2_TARGET_MXS_BOOTLETS_LINUX
|
||||||
depends on BR2_LINUX_KERNEL
|
|
||||||
bool "Linux Kernel"
|
bool "Linux Kernel"
|
||||||
|
depends on BR2_LINUX_KERNEL
|
||||||
|
|
||||||
config BR2_TARGET_MXS_BOOTLETS_UBOOT
|
config BR2_TARGET_MXS_BOOTLETS_UBOOT
|
||||||
depends on BR2_TARGET_UBOOT
|
|
||||||
bool "U-boot bootloader"
|
bool "U-boot bootloader"
|
||||||
|
depends on BR2_TARGET_UBOOT
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -199,23 +199,23 @@ config BR2_TARGET_UBOOT_FORMAT_NAND_BIN
|
|||||||
bool "u-boot-nand.bin"
|
bool "u-boot-nand.bin"
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_FORMAT_KWB
|
config BR2_TARGET_UBOOT_FORMAT_KWB
|
||||||
depends on BR2_arm
|
|
||||||
bool "u-boot.kwb (Marvell)"
|
bool "u-boot.kwb (Marvell)"
|
||||||
|
depends on BR2_arm
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_FORMAT_LDR
|
config BR2_TARGET_UBOOT_FORMAT_LDR
|
||||||
depends on BR2_bfin
|
|
||||||
bool "u-boot.ldr"
|
bool "u-boot.ldr"
|
||||||
|
depends on BR2_bfin
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_FORMAT_ELF
|
config BR2_TARGET_UBOOT_FORMAT_ELF
|
||||||
bool "u-boot.elf"
|
bool "u-boot.elf"
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_FORMAT_SB
|
config BR2_TARGET_UBOOT_FORMAT_SB
|
||||||
depends on BR2_arm
|
|
||||||
bool "u-boot.sb (Freescale i.MX28)"
|
bool "u-boot.sb (Freescale i.MX28)"
|
||||||
|
depends on BR2_arm
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_FORMAT_SD
|
config BR2_TARGET_UBOOT_FORMAT_SD
|
||||||
depends on BR2_arm
|
|
||||||
bool "u-boot.sd (Freescale i.MX28)"
|
bool "u-boot.sd (Freescale i.MX28)"
|
||||||
|
depends on BR2_arm
|
||||||
help
|
help
|
||||||
This is Freescale i.MX28 SB format, with a header for booting
|
This is Freescale i.MX28 SB format, with a header for booting
|
||||||
from an SD card.
|
from an SD card.
|
||||||
@ -226,8 +226,8 @@ config BR2_TARGET_UBOOT_FORMAT_SD
|
|||||||
See doc/README.mxs (or doc/README.mx28_common before 2013.07)
|
See doc/README.mxs (or doc/README.mx28_common before 2013.07)
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_FORMAT_NAND
|
config BR2_TARGET_UBOOT_FORMAT_NAND
|
||||||
depends on BR2_arm
|
|
||||||
bool "u-boot.nand (Freescale i.MX28)"
|
bool "u-boot.nand (Freescale i.MX28)"
|
||||||
|
depends on BR2_arm
|
||||||
help
|
help
|
||||||
This is Freescale i.MX28 BootStream format (.sb), with a header
|
This is Freescale i.MX28 BootStream format (.sb), with a header
|
||||||
for booting from a NAND flash.
|
for booting from a NAND flash.
|
||||||
@ -303,10 +303,10 @@ config BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME
|
|||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_OMAP_IFT
|
config BR2_TARGET_UBOOT_OMAP_IFT
|
||||||
|
bool "produce a .ift signed image (OMAP)"
|
||||||
depends on BR2_TARGET_UBOOT_FORMAT_BIN
|
depends on BR2_TARGET_UBOOT_FORMAT_BIN
|
||||||
depends on BR2_arm || BR2_armeb
|
depends on BR2_arm || BR2_armeb
|
||||||
select BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS
|
select BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS
|
||||||
bool "produce a .ift signed image (OMAP)"
|
|
||||||
help
|
help
|
||||||
Use gpsign to produce an image of u-boot.bin signed with
|
Use gpsign to produce an image of u-boot.bin signed with
|
||||||
a Configuration Header for booting on OMAP processors.
|
a Configuration Header for booting on OMAP processors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user