Kconfig 227 B

12345678910111213141516
  1. if TARGET_BOSTON
  2. config SYS_BOARD
  3. default "boston"
  4. config SYS_VENDOR
  5. default "imgtec"
  6. config SYS_CONFIG_NAME
  7. default "boston"
  8. config SYS_TEXT_BASE
  9. default 0x9fc00000 if 32BIT
  10. default 0xffffffff9fc00000 if 64BIT
  11. endif