Kconfig 182 B

123456789101112131415
  1. if TARGET_MCR3000
  2. config SYS_BOARD
  3. default "MCR3000"
  4. config SYS_VENDOR
  5. default "cssi"
  6. config SYS_CONFIG_NAME
  7. default "MCR3000"
  8. config SYS_TEXT_BASE
  9. default 0x04000000
  10. endif