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