123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- if TARGET_DLVISION_10G
- config SYS_BOARD
- default "405ep"
- config SYS_VENDOR
- default "gdsys"
- config SYS_CONFIG_NAME
- default "dlvision-10g"
- endif
- if TARGET_IO
- config SYS_BOARD
- default "405ep"
- config SYS_VENDOR
- default "gdsys"
- config SYS_CONFIG_NAME
- default "io"
- endif
- if TARGET_IOCON
- config SYS_BOARD
- default "405ep"
- config SYS_VENDOR
- default "gdsys"
- config SYS_CONFIG_NAME
- default "iocon"
- endif
- if TARGET_NEO
- config SYS_BOARD
- default "405ep"
- config SYS_VENDOR
- default "gdsys"
- config SYS_CONFIG_NAME
- default "neo"
- endif
|