Kconfig 182 B

123456789101112131415
  1. if TARGET_JZ4780_CI20
  2. config SYS_BOARD
  3. default "ci20"
  4. config SYS_VENDOR
  5. default "imgtec"
  6. config SYS_CONFIG_NAME
  7. default "ci20"
  8. config SYS_TEXT_BASE
  9. default 0x80000000
  10. endif