Loading target/u-boot/Config.in +11 −9 Original line number Diff line number Diff line Loading @@ -14,9 +14,9 @@ config BR2_TARGET_UBOOT_BOARDNAME choice prompt "U-Boot Version" default BR2_TARGET_UBOOT_2009_01_RC1 default BR2_TARGET_UBOOT_2008_10 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 bool "u-boot-2009.01-rc1" Loading @@ -29,15 +29,17 @@ config BR2_TARGET_UBOOT_2008_10 config BR2_TARGET_UBOOT_1_3_4 bool "u-boot-1.3.4" depends on BR2_TARGET_UBOOT depends on BR2_DEPRECATED config BR2_TARGET_UBOOT_1_2_0_ATMEL bool "u-boot-1.2.0-atmel" depends on BR2_TARGET_AT91 depends on BR2_TARGET_UBOOT depends on BR2_DEPRECATED config BR2_TARGET_UBOOT_2009_01 bool "u-boot-2009.01" depends on BR2_TARGET_UBOOT #config BR2_TARGET_UBOOT_2009_01 # bool "u-boot-2009.01" # depends on BR2_TARGET_UBOOT endchoice Loading Loading
target/u-boot/Config.in +11 −9 Original line number Diff line number Diff line Loading @@ -14,9 +14,9 @@ config BR2_TARGET_UBOOT_BOARDNAME choice prompt "U-Boot Version" default BR2_TARGET_UBOOT_2009_01_RC1 default BR2_TARGET_UBOOT_2008_10 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 bool "u-boot-2009.01-rc1" Loading @@ -29,15 +29,17 @@ config BR2_TARGET_UBOOT_2008_10 config BR2_TARGET_UBOOT_1_3_4 bool "u-boot-1.3.4" depends on BR2_TARGET_UBOOT depends on BR2_DEPRECATED config BR2_TARGET_UBOOT_1_2_0_ATMEL bool "u-boot-1.2.0-atmel" depends on BR2_TARGET_AT91 depends on BR2_TARGET_UBOOT depends on BR2_DEPRECATED config BR2_TARGET_UBOOT_2009_01 bool "u-boot-2009.01" depends on BR2_TARGET_UBOOT #config BR2_TARGET_UBOOT_2009_01 # bool "u-boot-2009.01" # depends on BR2_TARGET_UBOOT endchoice Loading