Kconfig 177 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
if TARGET_XILINX_PPC405_GENERIC

config SYS_BOARD
	default "ppc405-generic"

config SYS_VENDOR
	default "xilinx"

config SYS_CONFIG_NAME
	default "xilinx-ppc405-generic"

endif