projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://git.denx.de/u-boot-samsung
[platform/kernel/u-boot.git]
/
board
/
qemu-mips
/
Kconfig
1
if TARGET_QEMU_MIPS
2
3
config SYS_BOARD
4
default "qemu-mips"
5
6
config SYS_CONFIG_NAME
7
default "qemu-mips" if 32BIT
8
default "qemu-mips64" if 64BIT
9
10
endif