summaryrefslogtreecommitdiffstats
path: root/platforms/u-boot-v2.in
blob: 5ceffdf549ef0f9602efd1c3c8266ea6d3a1cd0e (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
25
26
27
28
29
30
31
32
## SECTION=bootloader

menuconfig U_BOOT_V2
	select BOOTLOADER
	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_MD5
	prompt "u-boot-v2 source md5"
	depends on U_BOOT_V2
	string

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