summaryrefslogtreecommitdiff
path: root/board/warp7/Kconfig
blob: 00df19d47fffb79a01aa6c2f39ad831cb3598730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_WARP7

config SYS_BOARD
	default "warp7"

config SYS_CONFIG_NAME
	default "warp7"

config SYS_FDT_ADDR
	hex "FDT load address"
	default 0x83000000
	help
	  The address the FDT file should be loaded to.

endif