summaryrefslogtreecommitdiffstats
path: root/platforms/u-boot-v2.in
blob: 0754cbb61001e88f2f6a38d4637fcfe1b76f58bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
menuconfig U_BOOT_V2
	prompt "U-Boot V2                     "
        bool

config U_BOOT_V2_VERSION
	prompt "u-boot-v2 version"
	depends on U_BOOT_V2
	string
	default "2.0.0"

config U_BOOT_V2_CONFIG
	prompt "config file"
	depends on U_BOOT_V2
	string
	default "u-boot-v2.config"
	help
	  this entry specifies the .config file used to compile your U-Boot

config U_BOOT_V2_ARCH_STRING
	depends on U_BOOT_V2
	string
	default "arm"			if ARCH_ARM
	default "blackfin"		if ARCH_BLACKFIN
	default "ppc"			if ARCH_PPC