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