mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
target/u-boot: cleanup
Fix s/Linux/U-Boot/ typo, default to the latest stable version, mark old versions as deprecated and comment out unreleased version for now.
This commit is contained in:
parent
bc23691b44
commit
2b75de900b
@ -14,10 +14,10 @@ config BR2_TARGET_UBOOT_BOARDNAME
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "U-Boot Version"
|
prompt "U-Boot Version"
|
||||||
default BR2_TARGET_UBOOT_2009_01_RC1
|
default BR2_TARGET_UBOOT_2008_10
|
||||||
help
|
help
|
||||||
Select the specific Linux version you want to use
|
Select the specific U-Boot version you want to use
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_2009_01_RC1
|
config BR2_TARGET_UBOOT_2009_01_RC1
|
||||||
bool "u-boot-2009.01-rc1"
|
bool "u-boot-2009.01-rc1"
|
||||||
depends on BR2_TARGET_UBOOT
|
depends on BR2_TARGET_UBOOT
|
||||||
@ -25,19 +25,21 @@ config BR2_TARGET_UBOOT_2009_01_RC1
|
|||||||
config BR2_TARGET_UBOOT_2008_10
|
config BR2_TARGET_UBOOT_2008_10
|
||||||
bool "u-boot-2008.10"
|
bool "u-boot-2008.10"
|
||||||
depends on BR2_TARGET_UBOOT
|
depends on BR2_TARGET_UBOOT
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_1_3_4
|
config BR2_TARGET_UBOOT_1_3_4
|
||||||
bool "u-boot-1.3.4"
|
bool "u-boot-1.3.4"
|
||||||
depends on BR2_TARGET_UBOOT
|
depends on BR2_TARGET_UBOOT
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_1_2_0_ATMEL
|
config BR2_TARGET_UBOOT_1_2_0_ATMEL
|
||||||
bool "u-boot-1.2.0-atmel"
|
bool "u-boot-1.2.0-atmel"
|
||||||
depends on BR2_TARGET_AT91
|
depends on BR2_TARGET_AT91
|
||||||
depends on BR2_TARGET_UBOOT
|
depends on BR2_TARGET_UBOOT
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
config BR2_TARGET_UBOOT_2009_01
|
|
||||||
bool "u-boot-2009.01"
|
#config BR2_TARGET_UBOOT_2009_01
|
||||||
depends on BR2_TARGET_UBOOT
|
# bool "u-boot-2009.01"
|
||||||
|
# depends on BR2_TARGET_UBOOT
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user