blob: 37abe633e46f17937cc429eb9bb0bb36a67c7797 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_XILINX_PPC440_GENERIC
config SYS_BOARD
string
default "ppc440-generic"
config SYS_VENDOR
string
default "xilinx"
config SYS_CONFIG_NAME
string
default "xilinx-ppc440-generic"
endif
|